summaryrefslogtreecommitdiff
path: root/scripts/lua/npclib.lua
AgeCommit message (Collapse)AuthorFilesLines
2012-03-11Register Lua script API functions into the global namespaceThorbjørn Lindeijer1-9/+9
Scripts mostly execute the Mana script API, and it seems like just unnecessary verbosity to refer to the 'mana' table all the time. This table no longer exists now. Reviewed-by: Erik Schilling
2010-05-30Copied basic Lua libs back from tmwserv-data and added dummy dataThorbjørn Lindeijer1-0/+103
The dummy data is currently mostly empty data though, so still nothing to see as far as the example content is concerned. Reviewed-by: Bertram