
01-26-2002, 02:26 AM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
For easy editor scripts try this
if (mousedown) {
tiles[mousex,mousey] = 0;
updateboard mousex,mousey,1,1;
}
Save this as editnpcMyEditorNPC.txt in the
levels/npcs path, then open the editor, select
it and click somewhere |
|
|
|