placer.qsrc 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # placer
  2. !! This is meeting someone with a friend.
  3. if $ARGS[0] = 'init':
  4. !! friend param
  5. placerParameter['friend_index'] = 0
  6. placerParameter['friend_horny'] = 0
  7. placerParameter['friend_dom'] = 0
  8. placerParameter['friend_slut'] = 0
  9. placerParameter['friend_alko'] = 0
  10. !! friend name about
  11. $placerStringParameter['ev_name'] = ''
  12. $placerStringParameter['ev_name_a'] = ''
  13. $placerStringParameter['ev_name_om'] = ''
  14. !! meet parameter
  15. placerParameter['mass_number_meet'] = 0
  16. placerParameter['want_to_meet'] = 0
  17. placerParameter['number_of_man'] = 0
  18. placerParameter['recognize_status'] = 0
  19. placerParameter['know_slut'] = 0
  20. placerParameter['slut_visual'] = 0
  21. !! text parameter
  22. $placerStringParameter['text_start_meet'] = ''
  23. $placerStringParameter['text_friend_refuse'] = ''
  24. $placerStringParameter['text_someone'] = ''
  25. !! where
  26. placerParameter['location_index'] = 0
  27. !! player action
  28. placerParameter['player_act'] = 0
  29. else
  30. if placerParameter['location_index'] = 0: gt 'placer_pav_park'
  31. end
  32. --- placer ---------------------------------