Quote:
	
	
		| 
					Originally Posted by Neiv  This may be a bit beyond my current ability. I'm not sure I understand the precise relationship between the player.pl (does this reside in the zone folder btw, or somewhere else?) | 
	
 You'd put it in templates folder.  It is the fairly new player quest system.  Look it up in the wiki under quests section.
	Quote:
	
	
		| 
					Originally Posted by Neiv  the king's script, | 
	
 This would just be the npc that triggers current faction setting
	Quote:
	
	
		| 
					Originally Posted by Neiv   the quest::setglobal("kingdomfaction","FactionA",7,"F"  ) statement (is this part of the king's script?), | 
	
 Yes
	Quote:
	
	
		| 
					Originally Posted by Neiv  and the quest::say in your most recent note (is this for the player to get the buff or is it to initiate the kingdom faction?). | 
	
 You can ignore that;p  It's just for checking what the global value is set to.  It doesn't really need to be in a script for the script to function