View Single Post
  #28  
Old 01-26-2002, 02:26 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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
Reply With Quote