diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-10-26 21:16:40 +0200 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2010-11-07 14:52:31 +0100 |
commit | 0eb8928d17583cf5b5892efa5bce6c2a414b582e (patch) | |
tree | bcd44ef6d679430998409701e88fdbb5f22b58b5 /npc/009-4/torches.txt | |
parent | b22e05f982b19cc0ebca1e3ccf7d085beb5f7226 (diff) | |
download | serverdata-0eb8928d17583cf5b5892efa5bce6c2a414b582e.tar.gz serverdata-0eb8928d17583cf5b5892efa5bce6c2a414b582e.tar.bz2 serverdata-0eb8928d17583cf5b5892efa5bce6c2a414b582e.tar.xz serverdata-0eb8928d17583cf5b5892efa5bce6c2a414b582e.zip |
better bounds checking + comments in orum
Diffstat (limited to 'npc/009-4/torches.txt')
-rw-r--r-- | npc/009-4/torches.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/009-4/torches.txt b/npc/009-4/torches.txt index 2e8f4604..d1ea73be 100644 --- a/npc/009-4/torches.txt +++ b/npc/009-4/torches.txt @@ -1,3 +1,4 @@ +//# see detailed description at orum.txt
function script GetTorchColor {
if (@Torch < 0 || @Torch > 2) goto L_Error;
|