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


Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need help with scripting! SCRIPT INSIDE
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#3
RE: I need help with scripting!

well, Mabey i dont know what monsterfunc1 is, string &in asChild, int alState,AddEntityCollideCallback. I have no idea, " im no awesome programmer"read please
right now i have this script


////////////////////////////
// Run first time starting map

AddEntityCollideCallback ("Player", "ScriptArea_1", "MonsterFunc1", true, 1);

void MonsterFunc1(string &in asParent, string &in asChild, int alState)
{
SetEntityActive("servant_grunt_2", true);
}

the bold part is comming up with a error, Expected identifier.
Anyway, any help?
(This post was last modified: 04-22-2011, 11:40 AM by flamez3.)
04-22-2011, 11:11 AM
Find


Messages In This Thread
RE: I need help with scripting! - by Dalroc - 04-22-2011, 11:05 AM
RE: I need help with scripting! - by flamez3 - 04-22-2011, 11:11 AM



Users browsing this thread: 2 Guest(s)