Paste #5258: Untitled Paste

Date: 2014/06/12 14:56:25 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


- if <l@<server.flag[commanderarena0base].as_location.simple>.add[10,1,40]> == <player.location.cursor_on[<50>]> {
                - announce "button hit"
                - foreach <%carena0armyselectingroom%.list_npcs> {
                    - announce "foreach runs"
                    - if <npc.flag[commanderorangearena0team]> == 1 {
                        - remove <npc>
                        - announce "removed happs army"
                        }
                    }
                }