Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
attribute.
|
|
|
|
|
|
|
|
|
|
|
|
- npc_pausemove - temporary pause moving (useful for dialogs)
- npc_resumemove - resume move
- npc_turntoxy - turn NPC toward given coordinates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
blank lines at beginning
|
|
|
|
|
|
script.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also some commands here not waiting next tick for continue execution.
|
|
For now npc AI support moving, changing direction, waiting.
|
|
This reverts commit bdea7e4211c9cefdb0664c8bf7b4f194f5b27fd1.
|
|
|
|
|
|
It works same with menuint but return string and set variable @menuret$
|
|
|
|
Example: menu2 "test 1", 10, "test 2", 20;
If select "test 1", will set @menuret to 10, and @menu to 1
If select "test 2", will set @menuret to 20, and @menu to 2
|
|
|
|
This function at same time add and remove some bits to map mask.
Example:
// add 4 and remove 8
addremovemapmask "test", 4, 8;
|