summaryrefslogtreecommitdiff
path: root/npc/003-13
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-29 22:46:27 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-29 22:46:27 -0300
commit0a098ee62a58a1339c133e918004978e8dea665e (patch)
tree6f94cd592f4339da131d794c4e7ab8410fa45b74 /npc/003-13
parentd1e0ed256b691899acad514b09363ce5fdffb5c1 (diff)
downloadserverdata-0a098ee62a58a1339c133e918004978e8dea665e.tar.gz
serverdata-0a098ee62a58a1339c133e918004978e8dea665e.tar.bz2
serverdata-0a098ee62a58a1339c133e918004978e8dea665e.tar.xz
serverdata-0a098ee62a58a1339c133e918004978e8dea665e.zip
I will be on travel, leave a reminder to finish Silvia.
Commented code at 003-13 so later with luck I finish that. Maybe.
Diffstat (limited to 'npc/003-13')
-rw-r--r--npc/003-13/arnea.txt22
1 files changed, 22 insertions, 0 deletions
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;
+
+*/