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
|
|
|
|
|
|
New script command: successrefindex index, num;
index - inventory index
num - how many levels to up.
Example:
successrefindex .@index, 3;
|
|
New script function: downrefindex index, number
index - inventory index
number - number of levels to downgrade.
Example: downrefindex .@index, 1;
|