#push away
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Create a vector between player and block, push player along vector
You can create a vector by doing
set {_v} to vector from <location 1> to <location 2>
And then you can push by doing push player {_v} at speed 1
Either switch the locations (so from location 2 to location 1), or push at a negative speed