summaryrefslogtreecommitdiff
path: root/maps/new_6-1.tmx
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-03-26 13:07:18 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-03-26 13:07:18 +0000
commit6ac3309d89226dc8ff86af24a785d5694f8e93ad (patch)
treeb99eaa9f99af62558bcec407e0a3e23a09c8128f /maps/new_6-1.tmx
parent3c3a3da1fdcb7b72ef14a51037982f4cb89da34e (diff)
downloadclientdata-6ac3309d89226dc8ff86af24a785d5694f8e93ad.tar.gz
clientdata-6ac3309d89226dc8ff86af24a785d5694f8e93ad.tar.bz2
clientdata-6ac3309d89226dc8ff86af24a785d5694f8e93ad.tar.xz
clientdata-6ac3309d89226dc8ff86af24a785d5694f8e93ad.zip
Integrated the map changes from tmw/trunk into the maps in tmwdata.
Diffstat (limited to 'maps/new_6-1.tmx')
-rw-r--r--maps/new_6-1.tmx45
1 files changed, 45 insertions, 0 deletions
diff --git a/maps/new_6-1.tmx b/maps/new_6-1.tmx
index 19d617b4..a8414c87 100644
--- a/maps/new_6-1.tmx
+++ b/maps/new_6-1.tmx
@@ -33,4 +33,49 @@
</data>
<tileproperties/>
</layer>
+ <objectgroup name="Objects" width="0" height="0">
+ <object name="ToINN" type="WARP" x="2272" y="928" width="96" height="32">
+ <properties>
+ <property name="DEST_MAP">
+ 8
+ </property>
+ <property name="DEST_X">
+ 768
+ </property>
+ <property name="DEST_Y">
+ 736
+ </property>
+ </properties>
+ </object>
+ <object name="Phaet the Royal Guard" type="NPC" x="2480" y="1200" width="0" height="0">
+ <properties>
+ <property name="SCRIPT">
+ function npc_handler(npc, ch)
+ do_message(npc, ch, "Do you want to go back?")
+ local v = do_choice(npc, ch, "Yes", "No")
+ if v == 1 then
+ tmw.chr_warp(ch, 8, 25 * 32 + 16, 23 * 32 + 16)
+ elseif v == 2 then
+ do_message(npc, ch, "Have fun.")
+ end
+ end
+ </property>
+ <property name="NPC_ID">
+ 125
+ </property>
+ </properties>
+ </object>
+ <object name="Aradin the Royal Guard" type="NPC" x="2224" y="1200" width="0" height="0">
+ <properties>
+ <property name="SCRIPT">
+ function npc_handler(npc, ch)
+ do_message(npc, ch, "Don't touch me!\nYou won't find it very funny.")
+ end
+ </property>
+ <property name="NPC_ID">
+ 126
+ </property>
+ </properties>
+ </object>
+ </objectgroup>
</map>