Browse Source

[fixed] small bugfix to `booty_call_sms` and added some additional clauses (which should never trigger) to help bugfix in the future

anjuna krokus 2 weeks ago
parent
commit
ed33b301c0
2 changed files with 17 additions and 5 deletions
  1. 4 4
      locations/booty_call.qsrc
  2. 13 1
      locations/booty_call_sms.qsrc

+ 4 - 4
locations/booty_call.qsrc

@@ -171,7 +171,7 @@ if $ARGS[0] = 'home_links':
 			!! ''''
 		end
 		!!		dynamic(' ''<a href="exec: minut += 2 & gt ''''sex_ev_start'''',''''fb_npc_home_start'''',''''<<$Fuckbuddy[i]>>'''' "><<$npc_firstname[$Fuckbuddy[i]]>>''''s</a> apartment is nearby.'' ')
-		i +=1
+		i += 1
 		jump 'loopFB_homes'
 	end
 
@@ -184,7 +184,7 @@ if $ARGS[0] = 'home_links':
 			!! ''''
 		end
 		!!		dynamic(' ''<a href="exec: minut += 2 & gt ''''sex_ev_start'''',''''fb_npc_home_start'''',''''<<$sugar_daddy[i]>>'''' "><<$npc_firstname[$sugar_daddy[i]]>>''''s</a> apartment is nearby.'' ')
-		i +=1
+		i += 1
 		jump 'loopSD_homes'
 	end
 end
@@ -198,7 +198,7 @@ if $ARGS[0] = 'hotel_links':
 			dynamic(' ''<a href="exec: minut += 2 & gt ''''sex_ev_start'''',''''initiate_pre'''',''''<<$Fuckbuddy[i]>>'''' "><<$npc_firstname[$Fuckbuddy[i]]>></a> booked a hotel room to meet you in.'' ')
 			!! ''''
 		end
-		i +=1
+		i += 1
 		jump 'loopFB_hotel'
 	end
 
@@ -210,7 +210,7 @@ if $ARGS[0] = 'hotel_links':
 			dynamic(' ''<a href="exec: minut += 2 & gt ''''sex_ev_start'''',''''initiate_pre'''',''''<<$sugar_daddy[i]>>'''' "><<$npc_firstname[$sugar_daddy[i]]>></a> booked a hotel room to meet you in.'' ')
 			!! ''''
 		end
-		i +=1
+		i += 1
 		jump 'loopSD_hotel'
 	end
 end

+ 13 - 1
locations/booty_call_sms.qsrc

@@ -425,7 +425,7 @@ if $ARGS[0] = 'new_booty_call':
 		$SMSTree['10'] = 'i want to see you'
 			$SMSTree['11'] = 'ive booked a hotel room'
 
-	elseif $npc_rel_type[$ARGS[1]] = 'casual_date' or $npc_rel_type[$ARGS[2]] = 'fuckbuddy':
+	elseif $npc_rel_type[$ARGS[1]] = 'casual_date' or $npc_rel_type[$ARGS[1]] = 'fuckbuddy':
 		$SMSTree['10'] = 'ive been thinking about you'
 				!! player response 1 option 1
 			$SMSTree['a11'] = 'what were you thinking about?'
@@ -457,6 +457,8 @@ if $ARGS[0] = 'new_booty_call':
 								$SMSTree['a12'] = 'want to come over and have some fun?'
 							end
 						end
+					else
+						$SMSTree['a12'] = 'PLACEHOLDER 1'
 					end
 				end
 
@@ -517,6 +519,16 @@ if $ARGS[0] = 'new_booty_call':
 					$SMSTree['11'] = 'lets get naughty'
 			end
 		end
+
+	elseif $npc_rel_type[$ARGS[1]] = 'lover':
+		!! temp
+		$SMSTree['10'] = '$npc_rel_type = lover!!'
+			$SMSTree['11'] = 'PLACEHOLDER2'
+
+	else
+		!! temp
+		$SMSTree['10'] = 'PLACEHOLDER3'
+			$SMSTree['11'] = 'PLACEHOLDER4'
 	end