summaryrefslogtreecommitdiff
path: root/data/scripts
AgeCommit message (Expand)AuthorFilesLines
2007-11-15Added do_wait helper function.Guillaume Melquiond1-0/+5
2007-08-29Fixed race condition between quest_reply and npc_next.Guillaume Melquiond1-2/+10
2007-08-28Implemented quest variables.Guillaume Melquiond1-35/+75
2007-08-20Removed useless function prefixes. Commented Lua internal variables.Guillaume Melquiond1-3/+16
2007-08-20Defined two helper functions to abstract away money being available underBjørn Lindeijer1-0/+10
2007-08-16Improved NPC state machine, so that the engine avoids waiting, once the last ...Guillaume Melquiond1-17/+68
2007-08-15Marked internal variables of Lua scripts as local.Guillaume Melquiond1-5/+5
2007-08-15Added helper functions for loading files and NPCs as scripts. Put Lua helpers...Guillaume Melquiond1-0/+111