diff options
Diffstat (limited to 'npc/003-13')
-rw-r--r-- | npc/003-13/arnea.txt | 22 |
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; + +*/ |