diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-18 02:08:36 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-18 02:08:36 +0100 |
commit | 26faa9a208a15ea858f5069a4c0d92e8a0709bdb (patch) | |
tree | 7ef0a6a5e39cb63f72ea9a6742f5a4cb320b41b4 /npc/001-1/carmie.txt | |
parent | b9416a07a0f085c64888ac02fecd47d43feee218 (diff) | |
download | serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.tar.gz serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.tar.bz2 serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.tar.xz serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.zip |
delete evol maps
Diffstat (limited to 'npc/001-1/carmie.txt')
-rw-r--r-- | npc/001-1/carmie.txt | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/npc/001-1/carmie.txt b/npc/001-1/carmie.txt deleted file mode 100644 index e87e7fe67..000000000 --- a/npc/001-1/carmie.txt +++ /dev/null @@ -1,68 +0,0 @@ -// Evol scripts. -// Authors: -// Alige -// Reid -// Description: -// Carmie, walking NPC of the legion of Aemil on the center part of Artis. -// Variables: -// .@rand = Random number of sentences. - -001-1,86,66,0 script Carmie#001-1 NPC_RAIJIN_FEMALE_LEGION_ARTIS,{ - - legiontalk; - - close; - -OnTimer1000: - domovestep; - -OnInit: - initpath "move", 89, 68, - "move", 89, 77, - "move", 84, 81, - "dir", LEFT, 0, - "wait", 2, 0, - "dir", DOWN, 0, - "wait", 1, 0, - "dir", RIGHT, 0, - "wait", 1, 0, - "move", 89, 85, - "dir", LEFT, 0, - "wait", 1, 0, - "dir", DOWN, 0, - "dir", RIGHT, 0, - "wait", 1, 0, - "move", 94, 81, - "dir", RIGHT, 0, - "wait", 2, 0, - "dir", DOWN, 0, - "wait", 1, 0, - "dir", LEFT, 0, - "wait", 1, 0, - "move", 89, 76, - "move", 89, 68, - "dir", LEFT, 0, - "wait", 2, 0, - "dir", DOWN, 0, - "wait", 4, 0, - "dir", RIGHT, 0, - "wait", 2, 0, - "move", 92, 66, - "dir", RIGHT, 0, - "wait", 2, 0, - "dir", DOWN, 0, - "wait", 1, 0, - "dir", LEFT, 0, - "wait", 1, 0, - "move", 86, 66, - "dir", LEFT, 0, - "wait", 2, 0, - "dir", DOWN, 0, - "wait", 1, 0, - "dir", RIGHT, 0, - "wait", 1, 0; - - initialmove; - initnpctimer; - .distance = 5; -} |