I am copying this from the 2nd map from Justine. I'm not really sure what it means by.
"FATAL ERROR: Could not load script file 'custom_stories/Map05/Ch01/map05.hps'! main (248, 26) : ERR :
'servant_brute_1' is not declared
Where do I declare it and how?
void Enemy1Patrol(string &in asTimer)
{
SetEntityActive("servant_brute_1", true);
ShowEnemyPlayerPosition(servant_brute_1);
// AddEnemyPatrolNode("servant_brute_1", "PathNodeArea_25", 1.0f, "");
// AddEnemyPatrolNode("servant_brute_1", "PathNodeArea_26", 0.0f, "");
}