Paste #12927: Untitled Paste

Date: 2015/01/14 09:01:20 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


spawn:
    type: world
    events:
    on player first login:
    - if !<player.flag[cooldown]||true>
    {
        - run spawn2
    }
    else 
    {
        - execute as_server [tppos x y z] silent
    }
    - flag player cooldown duration:11m

spawn2:
    type: world
    events:
    on player first login:
    - if !<player.flag[cooldown]||true>
    {
        - run spawn
    }
    else 
    {
        - execute as_server [tppos x y z] silent
    }
    - flag player cooldown duration:11m
        - run spawn
    }
    else 
    {
        - execute as_server [tppos x y z] silent
    }
    - cooldown 11m