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
What do i put in between } and { after SetEntityActive?
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#6
RE: What do i put in between } and { after SetEntityActive?

Good!
You'll need to understand the how the script works.

If it isn't being called by anything it will not appear in the script.

On thing i don't understand is why you have:

AddEntityCollideCallback("Player", "grunt2_area", "monster2", true,1);
AddEntityCollideCallback("grunt","stop","CollideStop2",true,1);



Inside the OnEnter.


It should be in the void OnStart, as well.

Trying is the first step to success.
01-25-2013, 09:55 AM
Find


Messages In This Thread
RE: What do i put in between } and { after SetEntityActive? - by FlawlessHappiness - 01-25-2013, 09:55 AM



Users browsing this thread: 1 Guest(s)