Paste #2541: Untitled Paste

Date: 2014/03/15 05:52:02 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


- If <blah blah> {
  - do something
  }
  else if <blah blah> {
  - do something else
  }
  else {
  - do another thing
  }