Skip to content

Instantly share code, notes, and snippets.

@videlais
Last active January 2, 2016 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save videlais/30c00fccc7a62bac6207 to your computer and use it in GitHub Desktop.
Save videlais/30c00fccc7a62bac6207 to your computer and use it in GitHub Desktop.
<<navigate>>
<<if $North eq 1>>
[[North]]
<<endif>>
<<if $South eq 1>>
[[South]]
<<endif>>
<<if $West eq 1>>
[[West]]
<<endif>>
<<if $East eq 1>>
[[East]]
<<endif>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment