Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on sign change:
- player has permission "qcz.admin":
- line 1 of block is "jsignt":
- set line 1 of block to "[JSIGNT]"
- on stepping on a pressure plate:
- loop blocks 2 below event-block:
- loop-block is sign:
- line 1 of loop-block is "[JSIGNT]" or "[JSIGNJ]":
- set {_l2} to line 2 of loop-block parsed as number
- if line 1 of loop-block is "[JSIGNT]":
- set {_l3} to line 3 of loop-block parsed as number
- push the player upwards at speed {_l2}
- wait 10 seconds
- push the player forward at speed {_l3}
- else if line 1 of loop-block is "[JSIGNJ]":
- message "hi"
Advertisement
Add Comment
Please, Sign In to add comment