/
ScryMUD/mud/
ScryMUD/mud/grrmud/Boards/
ScryMUD/mud/grrmud/Help/
ScryMUD/mud/grrmud/Pfiles/
ScryMUD/mud/grrmud/PlayerSacks/
ScryMUD/mud/grrmud/PlayerShops/
ScryMUD/mud/grrmud/help_filter/
ScryMUD/mud/hegemon/
ScryMUD/mud/hegemon/data/
ScryMUD/mud/hegemon/data/help/battle/
ScryMUD/mud/hegemon/data/help/client/
ScryMUD/mud/hegemon/data/help/communications/
ScryMUD/mud/hegemon/data/help/skills/
ScryMUD/mud/hegemon/data/help/spells/
ScryMUD/mud/include/
ScryMUD/mud/lib/
ScryMUD/mud/lib/bitfield/
ScryMUD/mud/lib/log/
ScryMUD/mud/lib/string2/
Category:  OLC  Topic:  write_zone



This writes the zone the player is currently in to disk.  It is destructive
in that it over-writes the old zone file for this zone.  No pc's are written
of course, and no SMOB or SOBJ will be written either.  You cannot write 
a zone which has not been 'zlock'ed.

syntax:  write_zone <zone_number>

See also:  olc, zlock, zunlock, oclone, mclone, rclone, SMOB, SOBJ

NOTE:   You must also be the OWNER of the zone to write it out.  This
	is to provide a little security.  

NOTE:   To write zone 1 you must be IN the the zone.  The rest should
	work as expected.