diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-10-11 19:02:11 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-10-11 19:02:20 -0400 |
commit | 6662b6f305976881c3e675241c41be7731b65aa5 (patch) | |
tree | a8ecaa074cf67cb929f4de6ed62ef7c4b49c46d1 /npc/001-1/rumly.txt | |
parent | 03049799efdc103fdd74e77161ed6a907acb7dde (diff) | |
download | serverdata-s20171023.tar.gz serverdata-s20171023.tar.bz2 serverdata-s20171023.tar.xz serverdata-s20171023.zip |
what's up with this crazy syntax?s20171023
I blame Reid
Diffstat (limited to 'npc/001-1/rumly.txt')
-rw-r--r-- | npc/001-1/rumly.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/rumly.txt b/npc/001-1/rumly.txt index f6a9126a..4a1103fb 100644 --- a/npc/001-1/rumly.txt +++ b/npc/001-1/rumly.txt @@ -94,7 +94,7 @@ L_Menu: case 4: if (.@visited < 2) goto L_Quit; - .@rand = rand (2); + .@rand = rand(2); if (.@rand) { @@ -215,8 +215,8 @@ L_Quit: OnTimer1800: stopnpctimer; - if (getnpcdir ("Rumly#001-1") == 2) setnpcdir "Rumly#001-1", 6; - if (getnpcdir ("Rumly#001-1") == 4) setnpcdir "Rumly#001-1", 8; + if (getnpcdir("Rumly#001-1") == 2) setnpcdir "Rumly#001-1", 6; + if (getnpcdir("Rumly#001-1") == 4) setnpcdir "Rumly#001-1", 8; end; |