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 this scripting.
HoyChampoy Offline
Junior Member

Posts: 43
Threads: 16
Joined: Jun 2012
Reputation: 0
#3
RE: Need help with this scripting.

(06-29-2012, 07:22 PM)FastHunteR Wrote: Might just refer you to http://www.frictionalgames.com/forum/thr...age-2.html
i tried it but i cant seem to get it to work. Here it is:


void OnEnter()
{
AddEntityCollideCallback("Player", "ActivateSpawn_1", "Respawn_1", true, 1);
}


void Respawn_1(string &in asParent, string &in asChild, int alState)
{
CheckPoint("","PlayerRespawnArea_1" ,"TryAgainOne", "DeathHints", "DeathHint1");
}


void TryAgainOne(string &in asParent, string &in asChild, int alState)
{
CreateEntityAtArea("hallway_grunt", "", "monster_area1", false);
}

And if i get the monster to work, is there a way to get a script area to spawn again?
06-29-2012, 07:39 PM
Find


Messages In This Thread
Need help with this scripting. - by HoyChampoy - 06-29-2012, 07:18 PM
RE: Need help with this scripting. - by Cruzore - 06-29-2012, 07:22 PM
RE: Need help with this scripting. - by HoyChampoy - 06-29-2012, 07:39 PM
RE: Need help with this scripting. - by Cruzore - 06-29-2012, 07:47 PM
RE: Need help with this scripting. - by EXAWOLT - 06-29-2012, 07:48 PM
RE: Need help with this scripting. - by Cruzore - 06-29-2012, 07:51 PM
RE: Need help with this scripting. - by Cruzore - 06-29-2012, 08:06 PM
RE: Need help with this scripting. - by EXAWOLT - 06-29-2012, 10:19 PM
RE: Need help with this scripting. - by ApeCake - 06-29-2012, 10:24 PM
RE: Need help with this scripting. - by Cruzore - 06-29-2012, 11:57 PM
RE: Need help with this scripting. - by Cruzore - 06-30-2012, 12:04 AM
RE: Need help with this scripting. - by EXAWOLT - 06-30-2012, 12:05 AM
RE: Need help with this scripting. - by Cruzore - 06-30-2012, 12:05 AM
RE: Need help with this scripting. - by Cruzore - 06-30-2012, 12:16 AM
RE: Need help with this scripting. - by Cruzore - 06-30-2012, 12:43 AM



Users browsing this thread: 1 Guest(s)