mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-14 04:19:22 +03:00
24 lines
768 B
Plaintext
24 lines
768 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= vase
|
|
=/ m (strand ,vase)
|
|
;< az=tid:spider bind:m
|
|
start-azimuth
|
|
;< ~ bind:m (spawn az ~bud)
|
|
;< ~ bind:m (spawn az ~marbud)
|
|
;< ~ bind:m (spawn az ~linnup-torsyx)
|
|
;< ~ bind:m (spawn az ~dev)
|
|
;< ~ bind:m (real-ship az ~bud)
|
|
;< ~ bind:m (real-ship az ~marbud)
|
|
;< ~ bind:m (real-ship az ~linnup-torsyx)
|
|
;< ~ bind:m (real-ship az ~linnup-torsyx-linnup-torsyx)
|
|
;< ~ bind:m (send-hi ~bud ~linnup-torsyx-linnup-torsyx)
|
|
;< ~ bind:m (send-hi ~linnup-torsyx-linnup-torsyx ~marbud)
|
|
;< ~ bind:m (real-ship az ~dev)
|
|
;< ~ bind:m (send-hi ~linnup-torsyx-linnup-torsyx ~dev)
|
|
;< ~ bind:m (send-hi ~dev ~linnup-torsyx-linnup-torsyx)
|
|
;< ~ bind:m end-azimuth
|
|
(pure:m *vase)
|