浏览代码

[added] finalizing functional code for booty_calls; it should now be accessible but buggy

hornguy6 1 年之前
父节点
当前提交
f774e6ab14
共有 3 个文件被更改,包括 26 次插入3 次删除
  1. 4 3
      glife.qproj
  2. 11 0
      locations/city_center.qsrc
  3. 11 0
      locations/city_residential.qsrc

+ 4 - 3
glife.qproj

@@ -624,12 +624,13 @@
 	</Folder>
 	<Folder name="Booty call">
 		<Location name="booty_call"/>
+		<Location name="booty_call_start"/>
 		<Location name="booty_call_after"/>
+		<Location name="booty_call_cum"/>
+		<Location name="booty_call_talk"/>
 		<Location name="booty_call_morning"/>
 		<Location name="booty_call_sex"/>
-		<Location name="booty_call_sms"/>
-		<Location name="booty_call_start"/>
-		<Location name="booty_call_talk"/>
+		<Location name="booty_call_sms"/>		
 		<Location name="booty_call_virgin"/>
 	</Folder>
 	<Folder name="Station Campus">

+ 11 - 0
locations/city_center.qsrc

@@ -286,5 +286,16 @@ end
 
 gs 'camera', 'check_location'
 
+if booty_call['A0'] = daystart:
+	i=0
+	*nl
+	:loopBC
+	if booty_call[$lover[i]] = daystart and npc_residence[$lover[i]] = 4:   
+		dynamic(' ''<a href="exec: minut += 2 & gt ''''booty_call_start'''',''''start'''',''''<<$lover[i]>>'''' "><<$npc_firstname[$lover[i]]>>''''s</a> apartment is nearby.'' ')
+	end
+	 i +=1
+	if i < arrsize('$lover') : jump 'loopBC'
+end
+
 --- city_center ---------------------------------
 

+ 11 - 0
locations/city_residential.qsrc

@@ -189,5 +189,16 @@ if hour >= 20 or hour <= 4:
 	end
 end
 
+if booty_call['A0'] = daystart:
+	i=0
+	*nl
+	:loopBC
+	if booty_call[$lover[i]] = daystart and npc_residence[$lover[i]] = 3:   
+		dynamic(' ''<a href="exec: minut += 2 & gt ''''booty_call_start'''',''''start'''',''''<<$lover[i]>>'''' "><<$npc_firstname[$lover[i]]>>''''s</a> apartment is nearby.'' ')
+	end
+	 i +=1
+	if i < arrsize('$lover') : jump 'loopBC'
+end
+
 --- city_residential ---------------------------------