04-20-2016, 03:34 PM
(This post was last modified: 04-22-2016, 04:16 AM by Seadragon91.)
Okay this is shorter, here a one-linerĀ
Create a plugin or add this line for example into the file Plugins/Core/main.lua under line (93):
Edit: cRoot:Get() is better, is accessible from everywhere in lua code.
Create a plugin or add this line for example into the file Plugins/Core/main.lua under line (93):
Code:
tolua.cast(cRoot:Get(), ":)")
Edit: cRoot:Get() is better, is accessible from everywhere in lua code.