Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
Engine:CCMD lua.lua edit
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Dual inline scripting === Run Lua from script: <kua> lua print(1 + 2) > 3 </kua> Run script from lua: <kua> var bob fred context lua script 'bob' > fred exit </kua> Together fluidly: <kua> lua print(1 + 2) > 3 bob > fred context lua print(1 + 2) > 3 script 'bob' > fred </kua>
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Close
Loading editor…