Paste #28648: Running walk script

Date: 2016/01/16 19:42:18 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


Rerun_Walk_Script:
  type: world
  debug: false
  events:
    on server start:
    - wait 10s
    - foreach <server.list_npcs.filter[has_flag[walk]]> {
      - run Walk npc:<def[Value].as_npc>
      }