Paste #17728: Devoted's Script Problem Today T_T

Date: 2015/07/10 17:05:41 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20


on player enters Physical: 
    - announce "Physical Detection Zone"
    - if <player.flag[DungeonPerm]> == true {
       - modifyblock <cu@Gate> air
       - foreach <cu@Visual.list_players> { 
           - if <def[value].flag[DungeonPerm]> != true {
             - announce "WE GOT A LIVE ONE!"
             - chat targets:<def[value]> "Welcome, initiate!" 
             - showfake stone l@-3143,84,-4262,Zolaria players:<def[value]> d:600 
             - showfake stone l@-3142,84,-4262,Zolaria players:<def[value]> d:600
             - showfake stone l@-3141,84,-4262,Zolaria players:<def[value]> d:600
             - showfake stone l@-3143,85,-4262,Zolaria players:<def[value]> d:600
             - showfake stone l@-3142,85,-4262,Zolaria players:<def[value]> d:600
             - showfake stone l@-3141,85,-4262,Zolaria players:<def[value]> d:600
             - showfake stone l@-3143,86,-4262,Zolaria players:<def[value]> d:600
             - showfake stone l@-3142,86,-4262,Zolaria players:<def[value]> d:600
             - showfake stone l@-3141,86,-4262,Zolaria players:<def[value]> d:600
             }
          } 
       }