jowidev Posted May 22, 2022 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 04/27/22 Last Seen: February 28 Share Posted May 22, 2022 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. Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted May 22, 2022 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 10 hours ago Share Posted May 22, 2022 Maybe something like this? block off; unit walk; block on; end; 1 Quote Link to comment Share on other sites More sharing options...
Question
jowidev
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.