diff demos/rpg/maps/town_objects.xml @ 560:69d50e751c9a

Lots of changes. - Added the Serializer class - Made exceptions a little more usable - Added actor attributes (not used yet but will be with the combat engine) - Made the quest dialogs more customizable - Many other small changes
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 23 Jun 2010 19:20:24 +0000
parents 8fee2d2286e9
children
line wrap: on
line diff
--- a/demos/rpg/maps/town_objects.xml	Tue Jun 22 15:41:36 2010 +0000
+++ b/demos/rpg/maps/town_objects.xml	Wed Jun 23 19:20:24 2010 +0000
@@ -4,6 +4,6 @@
   	<Setting name="objectlist" type="list"> gstack1 ; temple ; Quiller </Setting>
     <Setting name="gstack1" type="dict"> objectname : goldstack ; value : 5000 ; posx : 3.0 ; posy : 3.0 </Setting>
     <Setting name="temple" type="dict"> objectname : templeportal ; dest : level1 ; posx : 3.0 ; posy : -2.0 </Setting>
-    <Setting name="Quiller" type="dict"> objectname : quiller ; posx : 1.0 ; posy : 1.0 </Setting>
+    <Setting name="Quiller" type="dict"> objectname : quiller ; posx : 1.0 ; posy : 1.0 ; noquest_dialog : I've got nothing for you.  Run along now! </Setting>
   </Module>
 </Settings>