diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-07 12:40:18 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-07 12:40:18 -0200 |
commit | 6d1070255bc244168fd40234f840632d2a97d7f3 (patch) | |
tree | 49db85cc3b0223166905b1af00ffb28fde47edad /npc/005-1/movetest.txt | |
parent | 85eba47228ccfaed69a53ac333776edb4fc4ccdb (diff) | |
download | serverdata-6d1070255bc244168fd40234f840632d2a97d7f3.tar.gz serverdata-6d1070255bc244168fd40234f840632d2a97d7f3.tar.bz2 serverdata-6d1070255bc244168fd40234f840632d2a97d7f3.tar.xz serverdata-6d1070255bc244168fd40234f840632d2a97d7f3.zip |
We still have an issue here and there, but the main bulk is now gone.
Diffstat (limited to 'npc/005-1/movetest.txt')
-rw-r--r-- | npc/005-1/movetest.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-1/movetest.txt b/npc/005-1/movetest.txt index 21868c2d9..dcec64459 100644 --- a/npc/005-1/movetest.txt +++ b/npc/005-1/movetest.txt @@ -12,13 +12,13 @@ OnTimer1000: OnInit: initpath "move", 44, 35, - //"dir", TOP, 0, + "dir", UP, 0, "wait", 2, 0, "move", 51, 81, - //"dir", DOWN, 0, + "dir", DOWN, 0, "wait", 2, 0,"" "Mmove", 50, 88, - //"dir", DOWN, 0, + "dir", DOWN, 0, "wait", 2, 0; initialmove; |