24.09.2014, 14:01 
	
	
	
		Well..how do i define this (code needed?)
	
	
	
	
#define SPECIAL_ACTION_PISSING 69
| 
 As I recall(by memory - correct me if i'm wrong) it's id 68. Try this, 
#if defined SPECIAL_ACTION_PISSING #undef SPECIAL_ACTION_PISSING #define SPECIAL_ACTION_PISSING 68 That should work. Just place it near the top of your script and re-compile.  | 
#endif