|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
!{ Natasha Quest Line
|
|
|
|
|
|
-! To be changed next dev cycle into s_stage for slave route and l_stage the love route to make quest management easier.
|
|
|
+! To be changed next dev cycle into s_stage for slave route and l_stage for the love route to make quest management easier.
|
|
|
NatbelQW['QWstage'] = 0:
|
|
|
NatbelQW['QWstage'] = 1: You can study with Natasha after school.
|
|
|
NatbelQW['QWstage'] = 2: Natasha borrowed money for the first time.
|
|
@@ -37,10 +37,10 @@ NatbelQW['evt_day'] day tracker for events, set to daystart used to control ques
|
|
|
!!this is the text and chances anyone is at Natasha''s apartment.
|
|
|
if $ARGS[0] = 'home':
|
|
|
$track_loop = ''
|
|
|
- if sound = 0:PLAY 'sound/korr.mp3',30
|
|
|
+ if sound = 0:play 'sound/korr.mp3',30
|
|
|
minut += 1
|
|
|
menu_off = 0
|
|
|
- gs 'themes', 'indoors'
|
|
|
+ gs 'themes', 'indoors'
|
|
|
gs 'shortgs', 'setloc', 'natbelapt', $ARGS[0]
|
|
|
$location_type = 'private'
|
|
|
gs 'natbelEv', 'natmomhome'
|