Quote:
Originally Posted by xAndrewx
Does that work @ Dusty?
Script help for 'isblocking':
TServerNPC.isblocking - boolean
TServerNPC.isblockingprojectiles - boolean
|
It should, it's one of those undocumented v6 things:
http://forums.graalonline.com/forums...postcount=1635
But it's clientside only, so you basically either have to loop through all the players clientside and change their blocking status, or use a function(like onPlayerChanges).
However onPlayerChanges() is only called when the player's head changes, or they enter the screen buffer. I'm trying to get Stefan to add onPlayerTouchsPlayer(playerobj) so there's a more reliable way of updating a player's blocking status.