Any examples of how to get the stock StormTrooper rifle to fire a 3 round burst in secondary fire mode...?
_K_
_K_
This is the static archive of the Massassi Forums. The forums are
closed indefinitely. Thanks for all the memories!
You can also download
Super Old Archived Message Boards
from when Massassi first started.
"View" counts are as of the day the forums were archived, and will no longer increase.
// Check if we use primary or secondary fire mode if(GetSenderRef() == 1) { // Wait a third of a second Sleep(0.3); // Fire 2nd bolt // Copy and paste the Fireprojectile line of the original cog onto this line // Wait a third of a second Sleep(0.3); // Fire 3rd bolt // Copy and paste the Fireprojectile line of the original cog onto this line }