Xplorer4x4 Posted December 28, 2009 Report Share Posted December 28, 2009 http://img101.imageshack.us/img101/6569/62649287.jpgelse if(StrCompare(v.GetPrototypeFileName(), OBJ_SWR) == 0) { GameObjectList l4; Game::CollectObstaclesOnVirtualObject(VO_SWR, l4, ACTOR_VEHICLE); if(l4.GetNumObjects() > 0) { Mission::PlayHint(HINT_NOSPACE); v.PushActionReturnToBase(ACTION_NEWLIST); return; } else { ActorList l1 = Game::GetActors(VO_SWR2); ActorList l2 = Game::GetActors(VO_SWR); } }As far as I see theres nothing wrong with anything here, so I am completely puzzled as to what the problem is. Quote Link to comment Share on other sites More sharing options...
Newfoundking Posted December 28, 2009 Report Share Posted December 28, 2009 There are weird errors occasionally.. Did you click ignore or retry and continue? Sometimes weird stuff with happen with every script and there will be an error that can just be ignored or tried again.. Happens with me a few times a month Quote Link to comment Share on other sites More sharing options...
Xplorer4x4 Posted December 28, 2009 Author Report Share Posted December 28, 2009 I clicked retry I think. I never got weird errors like this before when a script didnt have any errors. Quote Link to comment Share on other sites More sharing options...