Script

From Legends of Aria Admin and Modding Wiki
Revision as of 19:09, 5 November 2016 by Yorlik (talk | contribs) (Created page with "== Basics == Scripts in Shards Online are files written in Lua ending with <tt>.lua</tt> and containing the Lua code which does what your script should do. A super primit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Basics

Scripts in Shards Online are files written in Lua ending with .lua and containing the Lua code which does what your script should do.

A super primitive script helloworld.lua

print ("Always look at the bright side of life, and yes, 'Hello World!'")