mod_addedflavour_city_hotel_Hall.qsrc 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # mod_addedflavour_city_hotel_Hall
  2. if $ARGS[0] = 'start':
  3. CLOSE ALL
  4. *clr & cla
  5. $locM = 'mod_addedflavour_city_hotel_Hall'
  6. $locM_arg = 'start'
  7. $loc = 'mod_addedflavour_city_hotel_Hall'
  8. $loc_arg = 'start'
  9. $menu_loc = 'mod_addedflavour_city_hotel_Hall'
  10. $menu_arg = 'start'
  11. menu_off = 0
  12. $location_type = 'private'
  13. gs 'themes', 'indoors'
  14. gs 'mod_addedflavour_charsche' , 'chkschedule'
  15. gs 'mod_addedflavour_A69_Functions' , 'JuniorCupDirector'
  16. gs 'stat'
  17. '<center><b>Hotel Entry Hall</b></center>'
  18. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/locations/city/island/hotel/HotelEntryway.jpg"></center>'
  19. *nl
  20. '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.'
  21. *nl
  22. '<b>Team Gather Point</b>'
  23. *nl
  24. gs 'mod_addedflavour_SFLA_Functions' , 'whoelse' , 'mod_addedflavour_city_hotel_Hall' , 'Any'
  25. if arrsize('modArr_AF_SFLA_SharedActPeopleArray') > 0:
  26. peoplepresentloopcount = 0
  27. :peoplepresentloop
  28. if peoplepresentloopcount >= arrsize('modArr_AF_SFLA_SharedActPeopleArray'):
  29. jump 'peoplepresentloopend'
  30. end
  31. peoplepresentid = modArr_AF_SFLA_SharedActPeopleArray[peoplepresentloopcount]
  32. $peoplepresentname = '<<$npc_firstname[''A<<peoplepresentid>>'']>>'
  33. '<<$peoplepresentname>> is here looking through the Tournament Information'
  34. peoplepresentloopcount += 1
  35. jump 'peoplepresentloop'
  36. :peoplepresentloopend
  37. else
  38. 'You don''t see anyone from your Team here'
  39. end
  40. *nl
  41. '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'
  42. if hour = 7 : '<a href="exec: gt ''mod_addedflavour_A69_Events'' , ''A69-EventGather'' ">Join</a> the Team to head to the stadium'
  43. 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'
  44. act '<b>Go To Hotel Corridor</b>' : minut += 1 & gt 'mod_addedflavour_city_hotel_Korr' , 'start'
  45. end
  46. --- mod_addedflavour_city_hotel_Hall ---------------------------------