-
-
Save tablatronix/4772549 to your computer and use it in GitHub Desktop.
bboy compass config xml snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> | |
<var>10714320</var> | |
</do> | |
<return>teleporting..</return> | |
</com> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment