From 0a098ee62a58a1339c133e918004978e8dea665e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 29 Mar 2018 22:46:27 -0300 Subject: I will be on travel, leave a reminder to finish Silvia. Commented code at 003-13 so later with luck I finish that. Maybe. --- npc/003-13/arnea.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'npc/003-13') diff --git a/npc/003-13/arnea.txt b/npc/003-13/arnea.txt index 92fda2805..9b2329a4e 100644 --- a/npc/003-13/arnea.txt +++ b/npc/003-13/arnea.txt @@ -90,3 +90,25 @@ OnInstanceInit: end; } + + +/* + .@ID=getcharid(0); + .@MUNDANE_INSTID = instance_create("001-3-0@a"+(.@ID), 0, IOT_NONE); + //debugmes "You are "+str(.@ID); + + //if (.@MUNDANE_INSTID < 0) debugmes "Error: No instance ID"; + //debugmes "new instance id: " + str(.@MUNDANE_INSTID); + + .@instanceMapName$ = instance_attachmap("001-3-0", .@MUNDANE_INSTID, 0, str(.@ID)); + + //if (.@instanceMapName$ == "") debugmes "Error: Map 001-3-0 X failed"; + //debugmes "Created map: "+ str(.@instanceMapName$); + + instance_set_timeout(300000, 300000, .@MUNDANE_INSTID); + instance_init(.@MUNDANE_INSTID); + + warp str(.@ID), 161,59; + close; + +*/ -- cgit v1.2.3-60-g2f50