Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also improve a bit npc1 menu.
|