KevinSmarts 9 år sedan
förälder
incheckning
4fdf7839d8
3 ändrade filer med 7 tillägg och 7 borttagningar
  1. 1 1
      locations/din_bad
  2. 1 1
      locations/stat
  3. 5 5
      locations/taxi

+ 1 - 1
locations/din_bad

@@ -233,7 +233,7 @@ $Phone_contactlist = {
 	pl'<center><img src="images/pic/icon/icon_statusbar.png"><br></center>'
 	pl'<center><font size=6>Contacts</font></center>'
 	pl'<center><img src="images/pic/icon/icon_call.png"><br></center>'
-	pl'<center><img src="images/pic/phone/icons/icon_npc1.png">..................................................<a href="exec:dynamic $Phone_call"><b>Call</b></a></center>'
+	if StoryLine = 1:pl'<center><img src="images/pic/phone/icons/icon_npc1.png">..................................................<a href="exec:dynamic $Phone_call"><b>Call</b></a></center>'
 	if hour >= 8 and hour <= 19:
 		if telalla > 0:
 			pl'<center><img src="images/pic/phone/icons/icon_ira1.png">..................................................<a href="exec:$callerid = ''images/pic/phone/icons/icon_ira1.png'' & $telsob = ''Alla'' & gt ''telefon'', ''mobilaraz''"><b>Call</b></a></center>'

+ 1 - 1
locations/stat

@@ -485,7 +485,7 @@ if minut >= 60:
 	!!!!!!!!!!!!!
 	!!!Avtoboy!!!
 	!!!!!!!!!!!!!
-	if hour >= 8 and hour <= 23 and NPCnum > 10:
+	if hour >= 8 and hour <= 23 and NPCnum > 10 and insleep = 0:
 		:markturnirotbort
 		xf = 0
 		:markturnirotbortt

+ 5 - 5
locations/taxi

@@ -9,21 +9,21 @@ act 'Taxi':
 	'Fare 250 RUB.'
 
 	if $loc ! 'street':
-		act 'Go to the sleeping area':
+		act 'Go to the residential area':
 			$loc = 'street'
 			dynamic $taxi
 		end
 	end
 
 	if $loc ! 'down':
-		act 'Go to the center':
+		act 'Go to the city center':
 			$loc = 'down'
 			dynamic $taxi
 		end
 	end
 
 	if $loc ! 'Nord':
-		act 'Go to the Northern region':
+		act 'Go to the northern region':
 			$loc = 'Nord'
 			dynamic $taxi
 		end
@@ -36,9 +36,9 @@ act 'Taxi':
 			dynamic $taxi
 		end
 	end
-	
+
 	if $loc!'liam':
-		act 'Go to the Old Town':
+		act 'Go to the old town':
 			$loc='liam'
 			dynamic $taxi
 		end