Author Topic: Events(another one yes)  (Read 383 times)

Right, my problem is projectiles, i place them, blahdy blah and fire them, its all perfect, but i want to know what the boxes are for:

[box][box2][box3]  -Tank Shell [box4][box5][box6] i have no idea what any of them do, accept that the last box effects the speed

The first set of boxes in spawnProjectile is the speed on the x, y, and z axis, in order. For example, if I put "0 10 0", it would go up on the y axis (north) with a speed of 10.

The second set of boxes is the variance in speed. For example, if I put "0 10 0" in the first set, and "0 0 3" in the second set, it would go up on the y axis (north) with a speed of 10, but also go between [0 + 3] and [0 - 3] (first number +- variance) speed on the z axis (up/down).

This should get stickied or something.