Kaynağa Gözat

Add IbizaDanceFloor

rachels 4 yıl önce
ebeveyn
işleme
9b2c4f3a8a
2 değiştirilmiş dosya ile 31 ekleme ve 0 silme
  1. 30 0
      locations/mod_IbizaDanceFloor.qsrc
  2. 1 0
      mod_Ibiza.qproj

+ 30 - 0
locations/mod_IbizaDanceFloor.qsrc

@@ -0,0 +1,30 @@
+# mod_IbizaDanceFloor
+
+$loc = 'mod_IbizaDanceFloor'
+$locM = 'mod_IbizaDanceFloor'
+$menu_loc = 'mod_IbizaDanceFloor'
+gs 'themes', 'indoors'
+if $args[1] ! '': $OutLoc = $args[1]
+
+if $args[0] = '':
+	$location_type = 'private'
+	$loc_arg = ''
+	$locM_arg = ''
+	$menu_arg = ''
+	menu_off = 0
+	killvar '$locclass'
+	*clr & cla
+	'<center><video autoplay src="mod/ibiza/locations/city/citycenter/nightclub/trip01/dancestart.mp4"></video></center><br>'
+	gs 'stat'
+
+    if ((hour < 19) and (week = 2)) or ((hour < 15) and (week = 6))  :
+		act 'Go to security guard': gt 'mod_IbizaGuard','start'
+		act 'Go to the toilet': gt 'mod_IbizaToilet','start'
+		act 'Go to the buffet bar': gt 'mod_IbizaBar','start'
+		act 'Dance!': gt 'mod_IbizaDance','start'
+	end
+
+    if (week = 2) and (hour > 17): act 'Go to cabin': gt 'mod_IbizaDay3','VIP'
+end
+
+--- mod_IbizaDanceFloor  --------------------------------

+ 1 - 0
mod_Ibiza.qproj

@@ -3,6 +3,7 @@
   <Structure>
     <Location name="mod_Ibiza_setup"/>
     <Location name="mod_Ibiza_readme"/>
+    <Location name="mod_IbizaDanceFloor"/>
     <Location name="mod_Ibiza"/>
     <Location name="mod_IbizaBar"/>
     <Location name="mod_IbizaDance"/>