summaryrefslogtreecommitdiffstats
path: root/data/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Implemented quest variables.Guillaume Melquiond2007-08-281-35/+75
|
* Removed useless function prefixes. Commented Lua internal variables.Guillaume Melquiond2007-08-201-3/+16
|
* Defined two helper functions to abstract away money being available underBjørn Lindeijer2007-08-201-0/+10
| | | | | inventory index 0.
* Improved NPC state machine, so that the engine avoids waiting, once the last ↵Guillaume Melquiond2007-08-161-17/+68
| | | | message has been sent.
* Marked internal variables of Lua scripts as local.Guillaume Melquiond2007-08-151-5/+5
|
* Added helper functions for loading files and NPCs as scripts. Put Lua ↵Guillaume Melquiond2007-08-151-0/+111
helpers into a separate library automatically loaded into new contexts.