Hello. Im looking for the lines that would describe if my char is moving or runing. I would like to make a archer class allowing him to shoot arrows while moving. Can anyone help me with this? Or if there already is such package please post a link.
Pol97
Shooting while moving
Re: Shooting while moving
From core-changes POL98beta-2008-12-08:
You need the Pol 98 core and then simple grant and enable the firewhilemoving priv on the characterAdded: new privilages:
"firewhilemoving" : swingtimer will not be reset if char is moving with projectile weapon
Code: Select all
GrantPrivilege(character, "firewhilemoving");
character.enable("firewhilemoving");