Is it possible for a Game Master to save a Quest file? Is it set to Admin only?
Thank you
QUOTE (Kin-Kran @ July 27, 2006 09:40 pm) |
Is it possible for a Game Master to save a Quest file? Is it set to Admin only?
Thank you |
there is a configuration setting that sets the accesslevel required for any activity that would write out to disk, like saving quests. It is admin by default but you can change it to whatever you like.
In xmlspawner2.cs around line 92
CODE |
public const AccessLevel DiskAccessLevel = AccessLevel.Administrator; // minimum access level required by commands that can access the disk such as XmlLoad, XmlSave, and the Save function of XmlEdit
|
Great Thank You. I wouldnt want to make any changes unless it was said ok to do so.