Uh, this probably comes up often. But I can't figure it out...and at least not before posting it here =P. Uhhh, if I'm using the following code for bullet hole placement, how should I do the spread? I thought it'd be simple. But you can only put vectors in the given space and not expressions. Should I go though the work of using multiple traces? or is there a more simplified fix to this?
Code:
bullhole = ent_create ("bullethole1.tga",target,bullethole);
Thanks in advance dudes =)