Skip to content

Instantly share code, notes, and snippets.

Created February 12, 2013 19:22
Show Gist options
  • Save anonymous/4772547 to your computer and use it in GitHub Desktop.
Save anonymous/4772547 to your computer and use it in GitHub Desktop.
bboy compass config snippets
<com><!-- hold a prop -->
<type>menu</type>
<trigger>parrot</trigger>
<do>
<var>My Things/quickbar/prop/SB+-+Macaw+Parrot/Hold</var>
</do>
<return>Hold Parrot</return>
</com>
<com><!-- teleport to a doid -->
<type>tel</type>
<trigger>home</trigger>
<do>
<value>10714320</value>
</do>
<return>teleporting..</return>
</com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment