diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-3/_import.txt | 1 | ||||
-rw-r--r-- | npc/000-2-3/piousrocket.txt | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/npc/000-2-3/_import.txt b/npc/000-2-3/_import.txt index a31125e5..3b5c069e 100644 --- a/npc/000-2-3/_import.txt +++ b/npc/000-2-3/_import.txt @@ -1,3 +1,4 @@ map: 000-2-3.gat npc: npc/000-2-3/_mobs.txt npc: npc/000-2-3/_warps.txt +npc: npc/000-2-3/piousrocket.txt diff --git a/npc/000-2-3/piousrocket.txt b/npc/000-2-3/piousrocket.txt new file mode 100644 index 00000000..29e5b02e --- /dev/null +++ b/npc/000-2-3/piousrocket.txt @@ -0,0 +1,17 @@ +// Evol scripts. +// Authors: +// Ablu +// Description: +// TODO + +000-2-3.gat,27,23,4,1 script PiousRocket 308,{ + setnpcdir 2; + stopnpctimer; + initnpctimer; + close; + +OnTimer1000: + setnpcdir 4; + stopnpctimer; + end; +} |