# ymans
$metkaM = $ARGS[0]
$locM = $CURLOC
$metka = $ARGS[0]
$loc = $CURLOC
<<<<<<< 400_ymans
'
House'
'Hall'
if ymanrem[3] = 0: ''
if ymanrem[3] = 1: ''
if ymanrem[3] = 2: ''
if ymanrem[3] = 3: ''
if ymanrem[3] = 3: 'The mirror hangs on the wall'
clr
gs 'stat'
fcolor = rgb(0,0,0)
bcolor = rgb(255,255,255)
=======
'mansion'
'hall'
if ymanrem[3]=0:''
if ymanrem[3]=1:''
if ymanrem[3]=2:''
if ymanrem[3]=3:''
if ymanrem[3]=3:'mirror'
clr
gs'stat'
fcolor=rgb(0,0,0)
bcolor=rgb(255,255,255)
>>>>>>> 400_ymans
LCOLOR = rgb(106,90,205)
<<<<<<< 400_ymans
if ymanrem[3] >= 1: act 'Bedrooms': minut += 1 & gt 'ybedr'
if ymanrem[3] >= 1: act 'Bathroom': minut += 1 & gt 'yvan'
if ymanrem[3] >= 1: act 'Kitchen': minut += 1 & gt 'ykuh'
if ymanrem[3] >= 1: act 'Living Room': minut += 1 & gt 'yzal'
if ymanrem[3] >= 1: act 'Fireplace room': minut += 1 & gt 'ykamin'
if ymanrem[3] >= 1: act 'Nursery': minut += 1 & gt 'ydet'
if ymanrem[3] >= 1: act 'Library': minut += 1 & gt 'ybib'
if ymanrem[3] >= 1: act 'Gymnasium': minut += 1 & gt 'ysport'
if ymanrem[3] >= 1: act 'Cabinet': minut += 1 & gt 'ykabinet'
if nude = 0: act 'Go outside': minut += 5 & gt 'youplace'
=======
if ymanrem[3]>=1:act 'bedroom':minut+=1>'ybedr'
if ymanrem[3]>=1:act 'bathroom':minut+=1>'yvan'
if ymanrem[3]>=1:act 'kitchen':minut+=1>'ykuh'
if ymanrem[3]>=1:act 'hall':minut+=1>'yzal'
if ymanrem[3]>=1:act 'fireplace room':minut+=1>'ykamin'
if ymanrem[3]>=1:act 'nursery':minut+=1>'ydet'
if ymanrem[3]>=1:act 'library':minut+=1>'ybib'
if ymanrem[3]>=1:act 'gym':minut+=1>'ysport'
if ymanrem[3]>=1:act 'cabinet':minut+=1>'ykabinet'
if nude = 0:act 'Enter the site':minut+=5>'youplace'
>>>>>>> 400_ymans
--- ymans ---------------------------------