Paste #12000: Untitled Paste

Date: 2014/12/11 20:52:38 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


Town-Respawn:
    type: world

    events:
        on player respawns:
        - if <player.town||null> != null {
            - announce 'You Have town' }
            else {
            - announce 'You dont have town' }