shulgahome 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # shulgahome
  2. !============================!
  3. !----FAMILY HUT Shulgin----!
  4. !============================!
  5. CLOSE ALL
  6. $metkaM = $ARGS[0]
  7. $locM = $CURLOC
  8. $metka = $ARGS[0]
  9. $loc = $CURLOC
  10. $location_type = 'event'
  11. !Vasily/Shulga''s dynamic name is randomly chosen in "gopsex"
  12. gs 'stat'
  13. !appeal to Sergei Shulgin
  14. if npc_rel['A112'] < 30:$serg_obr = ' uncle' else $serg_obr = ''
  15. 'You''re at the door to the Shulgin apartment.'
  16. !Entry conditions:
  17. if week < 6 and hour >= 10 and hour < 16:
  18. 'When you ring the doorbell, no one comes to answer the door. Apparently both '+func('gopsex','hide','Shulga_var_name')+' and Sergey are not at home.'
  19. if npc_rel['A112'] >=70: 'You could still enter with the key that Sergey gave you.' & act 'Unlock the door and enter':gt 'shulgahall'
  20. elseif hour >= 16 and hour <= 23:
  21. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/serge/serge2.jpg"></center>'
  22. 'When you ring the doorbell,<<$serg_obr>> Sergey comes to answer the door.'
  23. '"Oh, hello <<$pcs_nickname>>", he shrugs. "If you''re looking for Vasily: he''s not here, and I don''t know when he''ll be back."'
  24. if npc_rel['A112'] >=30: 'He offers: "You can come in anyway, if you want?"' & act 'Enter':gt 'shulgahall'
  25. elseif hour >= 2 and hour < 5:
  26. 'You move your hand to ring the bell, but stop yourself. It''s too late to go visit them, you''d wake everyone up!'
  27. if npc_rel['A112'] >=70: 'You could use the key that Sergey gave you to enter the apartment quietly.' & act 'Unlock the door and enter':gt 'shulgahall'
  28. elseif hour >= 5 and hour < 10:
  29. 'You move your hand to ring the bell, but stop yourself. It''s too early, they won''t be out of bed yet.'
  30. if npc_rel['A112'] >=70: 'You could use the key that Sergey gave you to enter the apartment quietly.' & act 'Unlock the door and enter':gt 'shulgahall'
  31. else
  32. 'The door is opened by '+func('gopsex','hide','Shulga_var_name')+' and you are invited in.' & act 'Enter':gt 'shulgahall'
  33. end
  34. act 'Leave':minut += 1 & gt'pod_ezd','etaj_3'
  35. --- shulgahome ---------------------------------