I wrote:
	Quote:
	
	
		
			
				I placed quest::emote checkpoints after each command line, and it seems to be failing here: 
 
$factioncheck = $client->GetCharacterFaction(19927); 
 
Anything apparently wrong with this statement?
			
		 | 
	
	
 I figured out the problem. The object is not . . . 
$factioncheck = $client->GetCharacterFaction(19927);
The correct version is . . . 
$factioncheck = $client->GetCharacterFaction
Level(19927);
As soon as I have all the details worked out, I will post the quest.