Frictional Games Forum (read-only)

Full Version: Area triggers?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay so I have been making my very first map, and I want to have the player walk across some triggers to set off a grunt to break down a door and run out of the room it was previously in and start to chase the player, how would I go about this in scripting?
What do you mean by "Some triggers"?
You can find full documentation at the wiki.

I think what you needs is a "Collide Callback."
First you set it inactive in the editor.
Then you create a script area, where the player is supposed to be, when the monster spawns.
What you have to do is create a collide callback where you set the monster active.
Everything you need is in the wiki, mentioned above
Well thank you all for giving some responses. I believe I figured some of it out. I will read more on the wiki. Though, I do have one more question, but I will ask that in another post.