Mercurial > fife-parpg
log demos/rpg/scripts/scene.py @ 531:801746c5bb9a
age | author | description |
---|---|---|
Fri, 28 May 2010 21:47:59 +0000 | prock | Added the spawn console command. |
Fri, 28 May 2010 20:10:33 +0000 | prock | Added the loadActor and loadItem functions so you can load single items at any time. |
Fri, 28 May 2010 16:25:00 +0000 | prock | Changed the quest format in the object xml file. |
Fri, 28 May 2010 14:52:56 +0000 | prock | Cleaned up the createScene function. |
Thu, 27 May 2010 21:34:36 +0000 | prock | Added the GoldStack item class. The scene now loads the goldstack and assigns it's value based on the maps objects file. |
Thu, 27 May 2010 21:11:37 +0000 | prock | Multiple quests now work. |
Thu, 27 May 2010 18:29:20 +0000 | prock | Enabling the FloatingTextRenderer for the RPG demo. The NPC now complains at you if he doesn't have a quest to give you. |
Thu, 27 May 2010 17:31:28 +0000 | prock | Player can now receive a quest, accept it, and complete it. Quests do not have any requirements (i.e. bring me back an item.. etc etc) to be completed at this time. |