8 lines
		
	
	
		
			116 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			116 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
int StartingConditional()
 | 
						|
{
 | 
						|
  if (GetLocalString(OBJECT_SELF, "#T") != "") {
 | 
						|
    return TRUE;
 | 
						|
  }
 | 
						|
  return FALSE;
 | 
						|
}
 |