diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-28 03:47:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-28 03:47:38 -0300 |
commit | a02292994ca10c523def79aec6c6ff731839da62 (patch) | |
tree | ab01d419d4d7a3c888c224c43c16bd60ad552332 /npc/003-1/magic.txt | |
parent | d2006095236f2b0374f122c87db33c392e7867dc (diff) | |
download | serverdata-a02292994ca10c523def79aec6c6ff731839da62.tar.gz serverdata-a02292994ca10c523def79aec6c6ff731839da62.tar.bz2 serverdata-a02292994ca10c523def79aec6c6ff731839da62.tar.xz serverdata-a02292994ca10c523def79aec6c6ff731839da62.zip |
I give up.
Connect MQ2 back to system with a few lame error messages, finish Lua, and it
is "good enough".
Diffstat (limited to 'npc/003-1/magic.txt')
-rw-r--r-- | npc/003-1/magic.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/003-1/magic.txt b/npc/003-1/magic.txt index fada53a37..3eb936703 100644 --- a/npc/003-1/magic.txt +++ b/npc/003-1/magic.txt @@ -24,6 +24,11 @@ OnTouch: instance_init(.@inst); LUA_ASKED_TO_SAVE_PROFESSOR=.@inst; } + /* else { + // Instance already exists: You've failed previously? + instance_set_timeout(900, 900, .@inst); + } + */ warp .@mapn$, 48, 51; end; } |