LariskaGo.tw 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. :: LariskaGo
  2. <<set $here = 'LariskaGo'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <!-- !2021/05/02-->
  5. <<set $menu_off = 1>>
  6. <h2><<<<=$npcs.get(''A13'','firstname')>>>> <<<<=$npcs.get(''A13'','lastname')>>>></h2>
  7. <<image "characters/shared/headshots_main/big13.jpg">>
  8. You join Lariska and start walking with her to her home.
  9. <<actCLA 'Go with Lariska'>>
  10. <<set $time.minutes += 15>>
  11. <h2><<<<=$npcs.get(''A13'','firstname')>>>> <<<<=$npcs.get(''A13'','lastname')>>>></h2>
  12. <<image "characters/shared/headshots_main/big13.jpg">>
  13. You walk down the street with Lariska, discussing small stuff until you reach her place, about 15 minutes later.
  14. <<actCLA 'Enter her apartment'>>
  15. <<image "characters/pavlovsk/school/girl/lariska/home_1.jpg">>
  16. <<if getvar("$LariskaQW['story']") == 5>>
  17. Entering the apartment, you see that it is decorated in a Japanese style.
  18. "You have a nice apartment, Lariska." You say, looking around with interest.
  19. "Thank you. Mother makes a good living, although she is usually only home on the weekends," she says a bit sadly.
  20. You follow Lariska to her room.
  21. <<setinit $LariskaQW['story'] = 6>>
  22. <<else>>
  23. You go into the japanese styled apartment, then follow Lariska to her room.
  24. <</if>>
  25. <<if $pc.frost > 0>>
  26. <<set $pc.frost = 0>>
  27. <</if>>
  28. <<actCLA 'Go to Lariska`s bedroom'>>
  29. <<gt 'LariskaHome' 'lariska_bedroom'>>
  30. <</actCLA>>
  31. <</actCLA>>
  32. <</actCLA>>