# mod_Ibiza_nightclubToilet if $ARGS[0] = 'start': $location_type = 'public_indoors' $loc = 'mod_Ibiza_nightclubToilet' $loc_arg = 'start' $menu_loc = 'mod_Ibiza_nightclubToilet' $menu_arg = 'start' gs 'themes', 'indoors' killvar '$locclass' menu_off = 0 gs 'stat' *clr & cla '
Nightclub-Restroom
' '
> src="images/locations/city/citycenter/nightclub/toiletwalkway.jpg">
' gs 'willpower', 'exhib', 'self' if will_cost <= pcs_willpwr: act 'Enter the men''s restroom (<> Willpower)': gs 'willpower', 'exhib', 'self' gs 'willpower', 'pay', 'self' gs 'stat' gt 'mod_Ibiza_nightclubToilet', 'clubtoilet_men' end else act 'Enter the men''s restroom (<> Willpower)': '
You don''t have enough willpower to use this action.' end act 'Enter the women''s restroom': gt 'mod_Ibiza_nightclubToilet', 'clubtoilet_women' act 'Return to the dance floor': gt 'city_nightclub', 'inside' end if $ARGS[0] = 'clubtoilet_men': $loc = 'mod_Ibiza_nightclubToilet' $loc_arg = 'clubtoilet_men' $locM = 'mod_Ibiza_nightclubToilet' $locM_arg = 'clubtoilet_men' $menu_loc = 'mod_Ibiza_nightclubToilet' $menu_arg = 'clubtoilet_men' menu_off = 0 $location_type = 'bathroom' $locclass = 'restroom' *clr & cla gs 'stat' '
Nightclub-Men''s Room
' '
> src="images/locations/city/citycenter/nightclub/mentoilet.jpg">
' 'You walk in to the men''s restroom. You see some sinks and mirrors.' act 'Leave': gt 'mod_Ibiza_nightclubToilet', 'start' dynamic $tampon dynamic $quickwash dynamic $basin end if $ARGS[0] = 'clubtoilet_women': $loc = 'mod_Ibiza_nightclubToilet' $loc_arg = 'clubtoilet_women' $locM = 'mod_Ibiza_nightclubToilet' $locM_arg = 'clubtoilet_women' $menu_loc = 'mod_Ibiza_nightclubToilet' $menu_arg = 'clubtoilet_women' menu_off = 0 $location_type = 'bathroom' $locclass = 'restroom' *clr & cla gs 'stat' '
Nightclub-Women''s Room
' '
> src="images/locations/city/citycenter/nightclub/womentoilet.jpg">
' 'You walk in to the women''s restroom. You see some sinks and mirrors. You notice the last stall has its door wide open.' act 'Leave': gt 'mod_Ibiza_nightclubToilet', 'start' act 'Go to the last stall': gt 'gloryhole', 'start' dynamic $tampon dynamic $quickwash dynamic $basin end --- mod_Ibiza_nightclubToilet ---------------------------------