wika_woo 182 Posted September 20, 2017 hey all , can anyone please check my IED script please?.. Its not working, the bomb doesnt go off . mission file here https://www.dropbox.com/s/t9hk1384gk7yuru/mission.sqm?dl=0 Share this post Link to post Share on other sites
engima 328 Posted September 20, 2017 Is it this code you expect to create a detonation? bomb = "Sh_120mm_AMOS_LG"; In that case that is the error. All you do here is to assign a bomb shell name to the variable "bomb". I haven't tried it now, but instead try: _nil = "Sh_120mm_AMOS_LG" createVehicle getMarkerPos "bombMarker"; The "bombMarker" is a name of a marker you put where you want the bomb to explode. 1 Share this post Link to post Share on other sites
wika_woo 182 Posted September 20, 2017 Still doesn't work, sorry.. Share this post Link to post Share on other sites
wika_woo 182 Posted September 20, 2017 I found a working on act code bomb="Bo_GBU12_lgb" createVehicle (getPos IED) works great thanks! Share this post Link to post Share on other sites