# FSgame
<<<<<<< 438_FSgame
minut += 1
gs 'stat'
gs 'FSstat'
'
Hotel room'
''
if FSmedkit > 0:
'First aid kits <> pieces'
if FSHP < 100:
act 'Treated':
cls
FShour += 1
FSHP = 100
FSmedkit -= 1
minut += 1
gs 'stat'
'You heal health through kits.'
act 'Further': gt $curloc
end
end
end
act 'Laze':
cls
FShour += 1
minut += 1
gs 'stat'
'You lounged in the apartment, lounging on the couch and thinking how you vykruchivatsya of the situation.'
act 'Further': gt $curloc
end
act 'Leave the room':
cls
FShour += 1
minut += 1
gs 'stat'
!'You left the room.'
gt 'FSroom'
end
=======
minut+=1
gs'stat'
gs'FSstat'
'The room at the hotel'
''
if FSmedkit>0:
'kits <> pcs'
if FSHP<100:
act 'treated':
cls
FShour+=1
FSHP=100
FSmedkit-=1
minut+=1
gs'stat'
'You cured with the help of health kits.'
act 'further':gt $curloc
end
end
end
act 'laze':
cls
FShour+=1
minut+=1
gs'stat'
'You lounged in the apartment, lounging on the couch and thinking, as you vykruchivatsya of the situation.'
act 'further':gt $curloc
end
act 'Exit the room':
cls
FShour+=1
minut+=1
gs'stat'
!'You left the room.'
gt 'FSroom'
end
>>>>>>> 438_FSgame
--- FSgame ---------------------------------