1
0
فهرست منبع

[fixes] Exit action in middle of another action making it not showup or be in the wrong place.

KevinSmarts 5 سال پیش
والد
کامیت
595a6a2776
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      locations/obekt.qsrc

+ 2 - 2
locations/obekt.qsrc

@@ -15,6 +15,8 @@ if car > 0 and cardrive = 12:
 	'The <a href="exec:gs ''carF'', ''start''"> <<$car>></a> is standing in the parking.'
 end
 
+act 'Go to the road':minut += 15 & nroad = 16 & gt 'road'
+
 act 'Sneak into the construction site':
 	*clr & cla
 	minut += 5
@@ -31,8 +33,6 @@ act 'Sneak into the construction site':
 			gt 'obekt2'
 		end
 	end
-
-	act 'Go to the road':minut += 15 & nroad = 16 & gt 'road'
 end
 
 --- obekt ---------------------------------