# mod_addedflavour_city_hotel_Hall
if $ARGS[0] = 'start':
CLOSE ALL
*clr & cla
$locM = 'mod_addedflavour_city_hotel_Hall'
$locM_arg = 'start'
$loc = 'mod_addedflavour_city_hotel_Hall'
$loc_arg = 'start'
$menu_loc = 'mod_addedflavour_city_hotel_Hall'
$menu_arg = 'start'
menu_off = 0
$location_type = 'private'
gs 'themes', 'indoors'
gs 'mod_addedflavour_charsche' , 'chkschedule'
gs 'mod_addedflavour_A69_Functions' , 'JuniorCupDirector'
gs 'stat'
'
Hotel Entry Hall'
''
*nl
'Here is the Ground Floor Hall for the Hotel. It is acting as the main Hub for all the teams occupying the other wings and floors and serves as a Meeting Place and Delivery Area for them.'
*nl
'Team Gather Point'
*nl
gs 'mod_addedflavour_SFLA_Functions' , 'whoelse' , 'mod_addedflavour_city_hotel_Hall' , 'Any'
if arrsize('modArr_AF_SFLA_SharedActPeopleArray') > 0:
peoplepresentloopcount = 0
:peoplepresentloop
if peoplepresentloopcount >= arrsize('modArr_AF_SFLA_SharedActPeopleArray'):
jump 'peoplepresentloopend'
end
peoplepresentid = modArr_AF_SFLA_SharedActPeopleArray[peoplepresentloopcount]
$peoplepresentname = '<<$npc_firstname[''A<>'']>>'
'<<$peoplepresentname>> is here looking through the Tournament Information'
peoplepresentloopcount += 1
jump 'peoplepresentloop'
:peoplepresentloopend
else
'You don''t see anyone from your Team here'
end
*nl
'There is a Table here with all the Information about the Junior Cup layed out on it'
if hour = 7 : 'Join the Team to head to the stadium'
if week = 6 and hour >= 12 and hour < 18 and modVar_AF_EventLock['A69-JuniorCupResearch'] ! daystart: 'Spend Three hours Researching your opponents to raise your skill'
act 'Go To Hotel Corridor' : minut += 1 & gt 'mod_addedflavour_city_hotel_Korr' , 'start'
end
--- mod_addedflavour_city_hotel_Hall ---------------------------------