Jump to content
Sign in to follow this  
dragonsyr

addaction usage question

Recommended Posts

Can i pass commands from an addaction directly, and how?

example

_aa2 = Player addAction ['<t color="#FFF600">' + "something", "lines of code here, no use of execvm",["2"],1,false];

Share this post


Link to post
Share on other sites

Yes, you can. Like this:

_something = player addAction["Hello", {hint "hello";}] 

Use "{" and "}" instead quotation marks when you put code directly to the addAction.

Edited by Semiconductor

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  

×