0


How a trigger work?
A trigger work spawning the model , moving up and playing sounds.
Triggers are used for : 'moving objects', they are used to 'trigger' another entity,prefab,texture and xmodel to 'interact, spawn or hide' when walked though or activate.
----------------
So if you want to do something like a bounce betty you will need to do something lioke this:
That code will move up the model you want to moveCode:stepOnBetty = spawn( "trigger_radius", betty.origin, 1, 20, 10 ); stepOnBetty waittill( "trigger", i ); self playsound("veh_ac130_sonic_boom"); betty MoveTo(betty.origin +(0,0,70),0.4);
So i hope you enjoy ,
Thanks for reading.
Last edited by Palomo; 06-03-2012 at 11:28 AM.
Register or log in to view signatures.
xePixTvx (06-06-2012)

Register or log in to view signatures.
Register or log in to view signatures.
Thanks or the tut
Register or log in to view signatures.