View Single Post
  #5  
Old 03-10-2006, 10:50 PM
Lao_Su2 Lao_Su2 is offline
Panda
Lao_Su2's Avatar
Join Date: Jan 2002
Location: Draper, Utah
Posts: 645
Lao_Su2 is on a distinguished road
Send a message via AIM to Lao_Su2
Quote:
Originally Posted by Stefan
The GServer and NPCServer have been updated to support instant saving of levels after doing tile modifications. The scripting commands are only available for the new scripting engine:

savelevel(levelname)
level.save(x,y) - the position (x,y) defines which map part is saved when you are on a gmap

Levels are only saved when there is really a modification, so it doesn't slow down the server when you are calling that command more than actually needed. It is displaying in RC chat when a level has been saved, can make that optional if it's spamming the RC chat too much.
NPC Code:
GraalScript: Function save not found at line 14 in script of LevelEdit (in level abyss.nw at pos (0, 0))

__________________
Panda
Reply With Quote