Hiya! The shard that I play on is currently using the DragonBrood scripts based on XMLQuester. One problem with the quests however is that people can get an unlimited number at once yet still only have to do the task once. For example; Player grabs 1x Kill 25 Drake quest Player grabs 10x Kill 25 Drake quest Player only has to kill 25 Drakes to complete all 10 quests at the same time and get 10 rewards. Is there any way to stop players from getting multiple quest books? set the NoTriggerOnCarried field in the XmlDialog to the name of the questholder and they will not be able to activate the dialog if they are already carrying the questholder with that name. Make sure that you spell the name exactly, with all capitalization matching. You can do a [get name on the questholder to see what the exact string is that you need to use. If the questholder is being given out with a spawner, then set the NoTriggerOnCarried property on the spawner instead.