Mercurial > fife-parpg
diff demos/rpg/scripts/scene.py @ 534:65a92a2449d5
Doing some re-factoring.
Minor change to the way the console commands are parsed.
Added the spawn command to the help file.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 31 May 2010 17:45:04 +0000 |
parents | 801746c5bb9a |
children | 9fbe3dce925a |
line wrap: on
line diff
--- a/demos/rpg/scripts/scene.py Sat May 29 17:52:07 2010 +0000 +++ b/demos/rpg/scripts/scene.py Mon May 31 17:45:04 2010 +0000 @@ -32,7 +32,8 @@ from fife.extensions.fife_settings import Setting from scripts.actors.baseactor import Actor -from scripts.actors.baseactor import QuestGiver, Quest +from scripts.actors.questgiver import QuestGiver +from scripts.quests.basequest import Quest from scripts.actors.player import Player from scripts.objects.baseobject import GameObjectTypes from scripts.objects.items import BaseItem, GoldStack