1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # 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'
- '<center><b>Hotel Entry Hall</b></center>'
- '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/locations/city/island/hotel/HotelEntryway.jpg"></center>'
- *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
- '<b>Team Gather Point</b>'
- *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<<peoplepresentid>>'']>>'
- '<<$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 <a href="exec: gt ''mod_addedflavour_A69_Functions'' , ''TournamentInformation'' ">Information</a> about the Junior Cup layed out on it'
- if hour = 7 : '<a href="exec: gt ''mod_addedflavour_A69_Events'' , ''A69-EventGather'' ">Join</a> the Team to head to the stadium'
- if week = 6 and hour >= 12 and hour < 18 and modVar_AF_EventLock['A69-JuniorCupResearch'] ! daystart: 'Spend <b>Three</b> hours <a href="exec: gt ''mod_addedflavour_A69_Events'' , ''A69-TeamResearch'' ">Researching</a> your opponents to raise your skill'
- act '<b>Go To Hotel Corridor</b>' : minut += 1 & gt 'mod_addedflavour_city_hotel_Korr' , 'start'
- end
- --- mod_addedflavour_city_hotel_Hall ---------------------------------
|