im having some trouble with functions
this is the situation:
1-- i have a func_rotating
2-- near this func_rotating are some func_explosives (they are close enough so the rotating object will hit them when rotating)
3-- a func_button that targets a target_script_trigger, this target_script_trigger calls for the script block of the func_rotating and gives the instruction to start rotating ( setrotation 0 1000 0)
4-- the func_rotating has a "dmg" key with a value of "20"
so:
i wanted the rotating object to hit the func_explosives ( that are just some destroyable, shootable objects) and then trigger them, so crush them
BUT the rotating object goes right through the func_explosives, it doesnt do any damage however i have set the dmg to 20
does anyone know what i should do to make it work? thanks