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 → Please help!
Please help!
2000-12-18, 8:11 AM #1
I am making an sp level for JK, and I hav this large room with crates strewn about. The player has to get from 1 end to the other without dying (obviously).
I need a cog which has:
2 things firing a rail det every 3 secs ALL THE TIME and firing them AT the player.
Pls help!
2000-12-19, 7:14 AM #2
AWWWWW, cummon! It's a brill lvl!
2000-12-19, 7:35 AM #3
Modify the existing turret trap cog that was in Nar Shadda.. change the projectiles, and put the fire code in an entered: message, then use SetTimer(3) and in the timer: message do the fire code and set the timer again. This will start when the player enters the sector and continue every 3 seconds..

-Jipe

↑ Up to the top!