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 Lightning
Force Lightning
2004-06-09, 7:24 PM #1
I need a cog that has a ghost posistion that can direct the template force lightning to in the level and when you enter have it stay on just continuously spraying lightning wherever the ghost is pointed. TY!

------------------
Your Owners Clan Leaader,
_yo_wasup_
-=__/¯¯l¤¥Ø¤l¯¯\__\/\/ª≤uÞ_=-
http://www.TeamYo.org
2004-06-10, 6:37 AM #2
Code:
symbols
message  entered
message  pulse
sector   gohere
template lightning
thing    lightpos
end
code
entered:
if(GetSenderRef()==gohere) SetPulse(0.5);
return;
pulse:
CreateThing(lightning, lightpos);
return;
end


I think that's what you're looking for.
Cordially,
Lord Tiberius Grismath
1473 for '1337' posts.

↑ Up to the top!