dragonsyr 21 Posted December 5, 2013 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
semiconductor 309 Posted December 5, 2013 (edited) 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 December 5, 2013 by Semiconductor Share this post Link to post Share on other sites
dragonsyr 21 Posted December 5, 2013 thank you semiconductor ! Share this post Link to post Share on other sites