Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. * A command that triggers a distant vessels program as itself, and the ability to pass a variable wildcard into the command.
  2. # Vessel 8231(teapot): program warp to var.1
  3. > call 8231 vessel.self.parent
  4. | teapot warped to your location
  5.  
  6. alt:
  7. # Vessel 8231(teapot): program var.1
  8. > call 8231 warp to vessel.self.parent
  9. | teapot warped to your location
  10.  
  11. Situation:
  12. - You are waiting for the train(1313). You can call the train with the [button]
  13. # button: program call 1313 warp to vessel.self.parent
  14. # button: feedback The train arrives.
  15. > use button
  16. - The train arrive.
  17. - You see the train.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement