Lord Ganja
New member
I've added the patch OnPCUseSkillEvent and modified GoWarpDelay(which only triggers on players vs players)
Now im trying to tick the gowarpdelay using an npc script triggered by OnPCUseSkillEvent. is that possible?
Example:
Thanks in advance!
Now im trying to tick the gowarpdelay using an npc script triggered by OnPCUseSkillEvent. is that possible?
Example:
Code:
OnPCUseSkillEvent: if( @useskilltarget == 1002 ) { // If a skill is used on poring the gowarpdelay will tick // What should I put here to tick the gowarpdelay? }
Thanks in advance!