14 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// prc_ondying,nw_o0_dying
 | 
						|
/////////////////////////////////////////////////////////////////////
 | 
						|
//
 | 
						|
// This script has been auto-generated by HakInstaller to call
 | 
						|
// multiple handlers for the onplayerdying event.
 | 
						|
//
 | 
						|
/////////////////////////////////////////////////////////////////////
 | 
						|
 | 
						|
void main()
 | 
						|
{
 | 
						|
    ExecuteScript("prc_ondying", OBJECT_SELF);
 | 
						|
    ExecuteScript("nw_o0_dying", OBJECT_SELF);
 | 
						|
}
 |