Fix a scripting error in nod04b
This commit is contained in:
@@ -66,7 +66,7 @@ WorldLoaded = function()
|
|||||||
|
|
||||||
Trigger.OnEnteredFootprint(Apc3Trigger, function(a, id)
|
Trigger.OnEnteredFootprint(Apc3Trigger, function(a, id)
|
||||||
if a.Owner == Nod then
|
if a.Owner == Nod then
|
||||||
MoveAndHunt(Utils.Take(1, GDI.GetActorsByType("apc"), Apc3Waypoints))
|
MoveAndHunt(Utils.Take(1, GDI.GetActorsByType("apc")), Apc3Waypoints)
|
||||||
Trigger.RemoveFootprintTrigger(id)
|
Trigger.RemoveFootprintTrigger(id)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user