diff options
| author | Philipp Sehmisch <tmw@crushnet.org> | 2008-05-02 23:28:00 +0000 |
|---|---|---|
| committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-05-02 23:28:00 +0000 |
| commit | 832584f65adff69659181d6fc884f779a79d62a9 (patch) | |
| tree | 4d39c248e14ada2786d144252c8b172aa6a68450 /data/scripts/libtmw.lua | |
| parent | 7802bc28e08c7660ffa524683911eba58099e9db (diff) | |
Added headers to LUA files mentioning the purpose of the files and their license.
Diffstat (limited to 'data/scripts/libtmw.lua')
| -rw-r--r-- | data/scripts/libtmw.lua | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/data/scripts/libtmw.lua b/data/scripts/libtmw.lua index d55d8b4..0eabf1b 100644 --- a/data/scripts/libtmw.lua +++ b/data/scripts/libtmw.lua @@ -1,6 +1,19 @@ ------------------- --- Support code -- ------------------- +------------------------------------------------------------- +-- TMW Support Library -- +-- -- +-- Functions which are called by the game engine and -- +-- helper functions useful for writing other scripts. -- +-- -- +---------------------------------------------------------------------------------- +-- Copyright 2008 The Mana World Development Team -- +-- -- +-- This file is part of The Mana World. -- +-- -- +-- The Mana World is free software; you can redistribute it and/or modify it -- +-- under the terms of the GNU General Public License as published by the Free -- +-- Software Foundation; either version 2 of the License, or any later version. -- +---------------------------------------------------------------------------------- + -- Table that associates to each NPC pointer the handler function that is -- called when a player starts talking to an NPC. |
