- 2,696
- 1,469
Ясн...
Проверяй в два цикла, а то маленькая вероятность найти объект с данной моделью.
Код:
while true
wait 0
Actor.StorePos($player_actor, 17@, 18@, 19@)
if 0AE3: 4@ = random_object_near_point 17@ 18@ 19@ in_radius 90.0 find_next 0
then
gosub @action
while 0AE3: 4@ = random_object_near_point 17@ 18@ 19@ in_radius 90.0 find_next 1
wait 0
gosub @action
end
end
end
:action
5@ = object.model(4@)
if 5@ == 1273
then
0400: store_coords_to 20@ 21@ 22@ from_object 4@ with_offset 0.0 0.0 0.0
Actor.PutAt($player_actor, 20@ 21@ 22@)
end
return