Trigger Releasegun


(vicpas) #1

Hi,
Anybody can tell me which action i got on gameplay with this command line on Ai_scripiting?
How this action occurs?
What it means number 2 after the word releasegun?

Example:

trigger releasegun2
{
unmount
wait 100 player
}


(-SSF-Sage) #2

That trigger can be named anything. Like trigger mypants. And it’s manually triggered when you want, for example when player walks through a trigger. All the magic happens by “unmount” (bot unmounts a mg). Also it’s under the specific bot’s ai script, so it knows which bot to unmount.


(vicpas) #3

Thanks {SSF}Sage