Paste #18772: Untitled Paste

Date: 2015/07/28 07:10:48 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


"Badlandsjoiner":
  type: task
  script:
  - narrate "<&a><&l>Please wait while we find a game for you..."
  - wait 5
  - execute as_player "mgm join badlands"
   - flag <player> BatKiller:Started "duration:<npc.constant[Quest Reset Timeout]>"
  - queue clear 
  } 
  - ^playeffect effect:LARGE_SMOKE <npc.location> qty:50 offset:.2
  - run Badlandsjoiner delay:1s


#THESE ARE ENABLED ABOVE 
#on player enters cu@badlandslobby:
#    - run "badlandsjoiner"

#on player leaves cu@badlandslobby:
#    - stop "badlandsjoiner"