# mod_Ibiza
!input mod entry point here. this will be checked on every location, please keep it clean and brief to avoid game lag
if $curloc = 'club':
*clr
gt 'mod_Ibiza_club', $ARGS[0], $ARGS[1], $ARGS[2]
end
!!* text needed
if $location_type = 'public_outdoors' and ibizaQW = 2 and ibiza_leaveday + 1 < daystart and rand(0,20) = 0:
if money >= 25000:
'
> src="images/locations/city/citycenter/nightclub/club11.jpg">'
*nl
'text needed for being confronted about not showing up and returning money'
money -= 25000
ibizaQW = 1
act 'Pay back Eric':gt curloc
else
'> src="images/locations/city/citycenter/nightclub/club11.jpg">'
*nl
'text needed for being taken and put to use in Sauna for not having 25000 you were paid'
cla & *clr
minut+=60
ibiza_owed = 25000 - money
workDolg = ibiza_owed
ibizaQW = 3
money = 0
act 'Look around': gt 'sauna', 'saunaroom'
end
end
if $location_type = 'public_outdoors' and ibizaQW = 4 and rand(0,20) = 0:
ibizaQW = 1
'test abduction'
act 'GO': gt 'abduction', 'start'
end
!! 264b6014987d1f23 2r
!! fbea2ef3e05ae63e 2b
!! 7f04f3e9a5d1aa3a 1r
--- mod_Ibiza ---------------------------------