Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with making scripts - Amnesia CS !!
BesTCracK Offline
Member

Posts: 60
Threads: 14
Joined: Nov 2011
Reputation: 0
#9
RE: Need help with making scripts - Amnesia CS !!


void OnStart()
{
SetEntityPlayerInteractCallback("lantern_1", "Scare1", true);
}
void Scare1(string &in asEntity)
{
SetEntityActive("servant_grunt_1", true);
AddEnemyPatrolNode("servant_grunt_1", "PathNodeArea_1", 3, "Idle");
AddEnemyPatrolNode("servant_grunt_1", "PathNodeArea_2", 0, "Idle");
AddEnemyPatrolNode("servant_grunt_1", "PathNodeArea_3", 0, "Idle");
}
void OnEnter()
{

}

void OnLeave()
{

}


Man I understand you what you mean by the timer got it but please can you be so helpful and copy this what i have put right now and repair every mistake i have got here ? I would be so thankful to you if i get it working Smile
11-26-2011, 03:19 PM
Find


Messages In This Thread
RE: Need help with making scripts - Amnesia CS !! - by BesTCracK - 11-26-2011, 03:19 PM



Users browsing this thread: 1 Guest(s)