Paste #7584: how to space that if

Date: 2014/07/28 19:17:37 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6


- if <player.flag[race]||null> == null {
                      - execute as_player "race select quarian"
                      }
                      else {
                      - execute as_player "race change quarian"
                      }