making a new custom stroy and i'm setting up a monster jump scare when you stand in a spot i've done everything propley but now when i try to load it says "unexpected token {"
heres my HPS tell me if theres proplems
"void OnStart()
{
AddEntityCollideCallback("Player", "PlayerCollide", "MonsterFunction", true, 1);
}
void AddEnemyPatrolNode(string& servant_grunt_1, string& PathNodeArea_1, float 1, string& attack_run.anm);
{
SetEntityActive("servant_grunt_1", true);
AddEnemyPatrolNode("servant_grunt_1", "PathNodeArea_1", 2, "");
}"