Full Version : Access Level to save a quest
xmlspawner >>Scripting Support >>Access Level to save a quest


<< Prev | Next >>

Kin-Kran- 07-27-2006
Is it possible for a Game Master to save a Quest file? Is it set to Admin only?

Thank you

ArteGordon- 07-28-2006
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


Kin-Kran- 07-28-2006
Great Thank You. I wouldnt want to make any changes unless it was said ok to do so.