CyDoN 0 Posted January 23, 2008 U think is possible when vehlicles (example Cars=Humvees,Trucks...) enter an area not to be able to move anymore. Share this post Link to post Share on other sites
lebson506th 0 Posted January 23, 2008 Make a trigger with "vecName in thisList" as the activation. And the "On Act." "vecName setFuel 0" Share this post Link to post Share on other sites
maatz 1 Posted January 23, 2008 maybe via setfuel 0 ? dunno Share this post Link to post Share on other sites
CyDoN 0 Posted January 23, 2008 cause i am total noob in vecname i pu the name or the class? Share this post Link to post Share on other sites
loyalguard 15 Posted January 23, 2008 Put whatever you named the vehicle in its name field in place of vecName. Share this post Link to post Share on other sites
CyDoN 0 Posted January 23, 2008 THX Loyal can i make the same trigger for many vehicles? Share this post Link to post Share on other sites
snkman 351 Posted January 23, 2008 In the Trigger On act. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> {[_x] setFuel 0} forEach thisList Set the trigger to "Repeat" and "Any" and every vehicle which enteres the trigger will be out of fuel. Share this post Link to post Share on other sites
CyDoN 0 Posted January 23, 2008 thank u very much guys Share this post Link to post Share on other sites
CyDoN 0 Posted January 23, 2008 i get error Generic error in expression what do i do wrong? Share this post Link to post Share on other sites
snkman 351 Posted January 24, 2008 Show us the code you had used. Share this post Link to post Share on other sites