Jump to content
Sign in to follow this  
quincy

Random script.. this or this etc

Recommended Posts

is it possible to run a script or another for example

a conditional script

!Alive man. ok so i kill the guy and when he dies i want for example hint "dead" OR hint " a man died";... do yall get my point.. is that possible

Share this post


Link to post
Share on other sites

You basically have it right there.

Create a trigger, Condition of:

!Alive man

and onAct of:

hint " a man died";

To make the message random use something this:

hint format["%1", ["A man died today","Another man dies"] select floor random 2];

Edited by kylania

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×