Jump to content
  • 0

'unitwalk' bypass 'PCBLOCK_MOVE'


Dev Jowi

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.01
  • Content Count:  7
  • Reputation:   0
  • Joined:  04/27/22
  • Last Seen:  

So what I'm trying to do is use the script 'unitwalk' on a character while he's in 'setpcblock PCBLOCK_MOVE, true;'.

'unitwalk' only works when the PCBLOCK_MOVE is off.

Any help so that 'unitwalk' can bypass 'PCBLOCK_MOVE' itself, without turning off the PCBLOCK_MOVE on the player.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

Maybe something like this?

block off;

unit walk;

block on;

end;

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...