Massassi Forums Logo

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.

ForumsCog Forum → force saber throw to thermal detonators
force saber throw to thermal detonators
2000-11-12, 8:48 AM #1
how do i make it so that when secondary or primary fire is pushed on the thermal det, force saber throw activates? I need it for a boomerang. I want the thermals to fire the boomerang, then it spins around and comes back to you (force saber throw).
"The Answer to everything...Life, the Universe, and Everything, is...42!"
--Deep Thought
Hitchhiker's Guide to the Galaxy

Project Leader of RemRan Productions
2000-11-13, 2:51 AM #2
Try this in the Fire message:

fire:
player = GetSourceRef();
mode = GetSenderRef();

if(mode==0)
Print("Primary Fire"); // Fire 1
// Do other stuff here
else
Print("Secondary fire"); // Fire 2
// Do other stuff here

Return;

Hope this will help you.

-RayNbow
No signature [http://forums.massassi.net/html/wink.gif]
-RayNbow

↑ Up to the top!