I have this for my bullet.
if (place_meeting(x,y,obj_parent_hostile||obj_parent_breakables||obj_parent_explosives))
Im not sure if your allowed to put more than one object in the code.
I tried it and it doesn't work. Is there a way I can do this or do I have to write it like this:
if (place_meeting(x,y,obj_parent_hostile)||place_meeting(x,y,obj_parent_breakables)||place_meeting(x,y,obj_parent_explosives))
Edited by CaptainDJ, 03 August 2012 - 08:10 PM.











