Originally posted by sojoumi
can u show me an ex. of this, like in a script
Yes here an example of how you would do it.
Example()
{
self endon("death");
self endon("disconnect");
self setStance("prone");
wait 1;
self setStance("crouch");
wait 1;
self setStance("stand");
}