Guest User

Source Code of Teleportation

a guest
Sep 25th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.32 KB | None | 0 0
  1. {$CLEO .cs}
  2. 0000:
  3.  
  4. :Marker
  5. wait 0
  6. if
  7.   0ADC:   test_cheat "TELE"
  8. else_jump @Marker
  9. wait 0
  10. 0AB6: store_target_marker_coords_to 0@ 1@ 2@ // IF and SET
  11. Actor.PutAt($PLAYER_ACTOR, 0@, 1@, 2@)
  12. 018C: play_sound 1082 at 0.0 0.0 0.0
  13. 0ACC: show_text_lowpriority "Teleport to the Maker." time 2000
  14. jump @Marker
  15.  
  16. end_thread
Add Comment
Please, Sign In to add comment