Frictional Games Forum (read-only)

Full Version: Area callbacks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there another way triggering the event by colliding with area without using CollideCallbacks in script ?

Like, when i collide with area I want to directly activate event function.

So is it possible?
What about those CC_Entities and CC_Funcs in Area -> Collide callbacks?
CC_Entity = What entity to collide with to trigger the script
CC_Func = The function to be called, as defined in script.

Fill in both of those, then click copy, and paste it into your script. This is the alternative to using Entity_AddCollideCallback(); or the similar script.