10 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
void main()
 | 
						|
{
 | 
						|
TakeGoldFromCreature(50, GetPCSpeaker(), TRUE);
 | 
						|
 | 
						|
object oPC = GetPCSpeaker();
 | 
						|
    object oWayPoint = GetWaypointByTag("WP_ALTINNROOM");
 | 
						|
    location lLoc = GetLocation(oWayPoint);
 | 
						|
    AssignCommand(oPC,JumpToLocation(lLoc));
 | 
						|
}
 |