Page 1 of 1

Double firing in the GameScript.mts?

Posted: Sun May 25, 2008 8:00 pm
by onionguy92
Alright, I know this is possible because I've seen it on other worlds and my gamescript originally had a weapon using this. How does one configure a weapon to fire two rounds simultaneously side-by-side? For example, Zoric's crows had double firing. I would check my original weapons script, but I don't have it anymore. :?

Posted: Sun May 25, 2008 9:18 pm
by fhko

Code: Select all

Dual shots
Fire=DualAim
Spread=350
Then the rest should be as normal settings...

Posted: Mon May 26, 2008 12:54 am
by onionguy92
k, thanks.