14 lines
		
	
	
		
			286 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			286 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#include "nw_i0_plot"
 | 
						|
void main()
 | 
						|
{
 | 
						|
    object oStore = GetNearestObjectByTag("STORE_CLOTHING");
 | 
						|
    if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
 | 
						|
    {
 | 
						|
        OpenStore(oStore, GetPCSpeaker());
 | 
						|
    }
 | 
						|
    else
 | 
						|
    {
 | 
						|
        ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
 | 
						|
    }
 | 
						|
}
 |