|
@@ -365,82 +365,6 @@ if $ARGS[0] = 'hired':
|
|
|
$npc_nickname['A52'] = 'Master '+$npc_firstname['A52']
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'onLoad':
|
|
|
- gs 'nichUtil','updateVars'
|
|
|
- if $loc = 'tanapartment' or $loc = 'tanhouse' or $loc = 'tanhousezal' or $loc = 'tanhozspal' or $loc = 'tankitchen' or $loc = 'tanNicholas' or $loc = 'tanroom' or $loc = 'tanspalnya' or $loc = 'tanvanr':
|
|
|
- $loc = 'nichApartment'
|
|
|
- $loc_arg = ''
|
|
|
- gt 'nichUtil','updateNotice'
|
|
|
- end
|
|
|
-end
|
|
|
-
|
|
|
-!!
|
|
|
-if $ARGS[0] = 'updateVars':
|
|
|
- if nichTanyaOpinion > 0:
|
|
|
- nichTanyaKnown = 1
|
|
|
- if nichTanyaOpinion = 1:
|
|
|
- nichTanyaRelationship = 1
|
|
|
- nichTanyaRelationshipState = 10
|
|
|
- elseif nichTanyaOpinion = 10:
|
|
|
- nichTanyaRelationship = 1
|
|
|
- nichTanyaRelationshipState = 20
|
|
|
- elseif nichTanyaOpinion = 20:
|
|
|
- nichTanyaRelationship = 1
|
|
|
- nichTanyaRelationshipState = 10
|
|
|
- elseif nichTanyaOpinion = 30:
|
|
|
- nichTanyaRelationship = 0
|
|
|
- nichTanyaRelationshipState = 1010
|
|
|
- end
|
|
|
- killvar 'nichTanyaOpinion'
|
|
|
- end
|
|
|
-end
|
|
|
-
|
|
|
-
|
|
|
-!! convert the old vars to the new system
|
|
|
-if $ARGS[0] = 'convert':
|
|
|
-
|
|
|
- killvar 'MaidWorkDay'
|
|
|
- killvar 'MaidWork'
|
|
|
- killvar 'TanHallClean'
|
|
|
- killvar 'TanRoomClean'
|
|
|
- killvar 'TanBathClean'
|
|
|
- killvar 'TanMasterClean'
|
|
|
- killvar 'TanLivingClean'
|
|
|
- killvar 'TanMaidRoomClean'
|
|
|
- killvar 'TanKitchenClean'
|
|
|
- killvar 'TanMadeBreakfast'
|
|
|
- killvar 'tanwork'
|
|
|
- killvar 'tan_work_rep'
|
|
|
- killvar 'tan_work_evaluation'
|
|
|
-end
|
|
|
-
|
|
|
-if $ARGS[0] = 'updateNotice':
|
|
|
-
|
|
|
- '<b><font color = red>Update Notice</font></b>'
|
|
|
- 'It appears as if you are currently the live-in maid of Nicholas.'
|
|
|
- *nl
|
|
|
- 'This story-line has changed drastically in the last updates.'
|
|
|
- *nl
|
|
|
- 'Please select one option:'
|
|
|
- '1. Start over: You can play the whole story-line all over again as if it has never happened.'
|
|
|
- '2. Stay hired: You will stay the maid of Nicholas and your job performance will be translated to the new system. You will be in a sexual relationship with Tanya.'
|
|
|
- gs 'nichUtil','convert'
|
|
|
-
|
|
|
- act 'Start over':
|
|
|
- gt $loc, $loc_arg
|
|
|
- end
|
|
|
-
|
|
|
- act 'Stay hired':
|
|
|
- gs 'nichUtil', 'hired'
|
|
|
- nichPerformance = max(tan_work_rep * 5,10)
|
|
|
- nichTanyaRelationship = 1
|
|
|
- nichTanyaRelationshipState = 10
|
|
|
- nichTanyaRelationshipBreakup = 0
|
|
|
- gt $loc, $loc_arg
|
|
|
- end
|
|
|
-
|
|
|
-end
|
|
|
-
|
|
|
if $ARGS[0] = 'checkOutfit':
|
|
|
if $clothingworntype = 'gm_maid':
|
|
|
nichOutfitState = 1
|