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
Brute doesn't want to go away.
Adny Offline
Posting Freak

Posts: 1,766
Threads: 6
Joined: Mar 2012
Reputation: 173
#2
RE: Grunt doesn't want to go away.

Improper syntax for the endbrute1 script (syntax is the stuff inside the "()"). You have:

void endbrute1(string &in asEntity)
{
SetEntityActive("brute1", false);
}

it should be


void endbrute1(string &in asParent, string &in asChild, int alState)
{
SetEntityActive("brute1", false);
}

Also, you should have all callbacks under the "void OnStart()", not OnEnter.

I rate it 3 memes.
(This post was last modified: 06-21-2012, 06:00 PM by Adny.)
06-21-2012, 05:58 PM
Find


Messages In This Thread
Brute doesn't want to go away. - by The Shanus - 06-21-2012, 05:53 PM
RE: Grunt doesn't want to go away. - by Adny - 06-21-2012, 05:58 PM
RE: Brute doesn't want to go away. - by Cruzore - 06-21-2012, 06:34 PM
RE: Brute doesn't want to go away. - by Adny - 06-21-2012, 06:46 PM



Users browsing this thread: 1 Guest(s)