diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/main.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index eac02526..8dd7c95f 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -613,3 +613,8 @@ function script iscollision { return checknpccell(getarg(0), getarg(1), getarg(2), cell_chkpass); } +function script readparam2 { + readbattleparam(getcharid(3), getarg(0)); + return; +} + |