|
@@ -27,9 +27,9 @@ if $ARGS[0] = 'start':
|
|
|
act 'Enter club':gt 'BDSM_Club', 'in'
|
|
|
elseif BDSMClubIn = 1 and BDSMday ! daystart:
|
|
|
if BDSMpayDay < daystart - 30 and $BDSMrole = 's':
|
|
|
- act 'Enter the club':gt 'BSDM_Club', 's_start'
|
|
|
+ act 'Enter the club':gt 'BDSM_Club', 's_start'
|
|
|
elseif BDSMpayDay < daystart - 30 and $BDSMrole = 'd':
|
|
|
- act 'Enter the club':gt 'BSDM_Club', 'd_start'
|
|
|
+ act 'Enter the club':gt 'BDSM_Club', 'd_start'
|
|
|
else
|
|
|
act 'Enter the club':BDSMday = daystart & gt 'MHall', 'foyer'
|
|
|
end
|