summaryrefslogtreecommitdiff
path: root/game/script.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/script.rpy')
-rw-r--r--game/script.rpy8
1 files changed, 7 insertions, 1 deletions
diff --git a/game/script.rpy b/game/script.rpy
index 17f6a5d..2f1f7ca 100644
--- a/game/script.rpy
+++ b/game/script.rpy
@@ -7,7 +7,7 @@ image banner_ = "gfx/actionarea.png"
# Inform you are now ingame
label start:
# Begin the initial displays
- # TODO: a fairy :(
+ # TODO: Use something more fantasy than a spinner?
scene black
show spinner at truecenter
@@ -151,6 +151,12 @@ label loop:
$ hud_show()
+
+ ## Maybe you still haven't done the prologue?
+ if (persistent.nickname is None):
+ jump prologue
+
+ ## Main loop
menu:
"World Map":
jump quest_select