ymans 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. # ymans
  2. $metkaM = $ARGS[0]
  3. $locM = $CURLOC
  4. $metka = $ARGS[0]
  5. $loc = $CURLOC
  6. clr
  7. gs 'stat'
  8. fcolor = rgb(0, 0, 0)
  9. bcolor = rgb(255, 255, 255)
  10. lcolor = rgb(106, 90, 205)
  11. '<center><b><font color="maroon">House</font></b></center>'
  12. '<center>Hall</center>'
  13. if ymanrem[3] = 0:'<center><img src="images/etogame/ynill.jpg"></center>'
  14. if ymanrem[3] = 1:'<center><img src="images/etogame/ynill.jpg"></center>'
  15. if ymanrem[3] = 2:'<center><img src="images/etogame/yrem.jpg"></center>'
  16. if ymanrem[3] = 3:'<center><img src="images/etogame/ymans.jpg"></center>'
  17. if ymanrem[3] = 3:'<a href="exec:gt ''mirror'', ''start''">The mirror</a> hangs on the wall'
  18. if ymanrem[3] >= 1:act 'Bedrooms':minut += 1 & gt 'ybedr'
  19. if ymanrem[3] >= 1:act 'Bathroom':minut += 1 & gt 'yvan'
  20. if ymanrem[3] >= 1:act 'Kitchen':minut += 1 & gt 'ykuh'
  21. if ymanrem[3] >= 1:act 'Living Room':minut += 1 & gt 'yzal'
  22. if ymanrem[3] >= 1:act 'Fireplace room':minut += 1 & gt 'ykamin'
  23. if ymanrem[3] >= 1:act 'Nursery':minut += 1 & gt 'ydet'
  24. if ymanrem[3] >= 1:act 'Library':minut += 1 & gt 'ybib'
  25. if ymanrem[3] >= 1:act 'Gymnasium':minut += 1 & gt 'ysport'
  26. if ymanrem[3] >= 1:act 'Cabinet':minut += 1 & gt 'ykabinet'
  27. if $clothingworntype ! 'nude':act 'Go outside':minut += 5 & gt 'youplace'
  28. if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  29. --- ymans ---------------------------------