Hi Peepz,
i am currently working on a new SW, it is based on the EMP Pulse Bomb.
My problem is following :
How do i tell the game that i want it to happen immediately wihtout delay ?
I mean, it takes a bit time til the aircraft which drops the bomb arrives. But I want it not to appear and i don't need a bomb at all, i just want that friggin animation....
it would be pretty easy to do....
take the terror cell code, and instead of spawning terrorists, make it spawn an object.
Make the object un-attackabel, un-selectable, and modelless. then after 1 millisecond, get the object to die and ondeath it should create the same object that the EMP pulse bomb creates.
Alternative: use the code from the Spy drone, which creates the drone right above the target, and then simply chnage it to spawn this bomb/rocket of yours. That way, it will appear over the target, fall down and explode when it hits the ground.
At least, that's what logic and experience tells me - I haven't actually tried it in-game.