Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
New script function: setcells "map name", x1, y1, x2, y2, mask, "wall name"
|
|
|
|
|
|
This fix random one tile wrong moving.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
current npc.
|
|
|
|
Format: chatjoin chat [,user [,password]]
|
|
|
|
New script function: setbgteam bgid, num
It set for 'bgid' team id to 'num'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also add hooks to set/get vars.
|
|
New script commands:
npcsit [npcid];
npcstand [npcid];
|
|
|
|
|
|
|
|
New script function: isstr
Example:
isstr(10) - will return 0
isstr("test") - will return 1
|
|
|
|
|