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 → ghost
ghost
2001-11-20, 5:49 AM #1
How would I attach a few ghost positions around a player and span the lightning template between them?

-------------------------
May-The-Force-Be-With-U
2001-11-20, 5:50 AM #2
AttachThingToThingEx(player, ghost_lights, 0x8);

Do this multiple times for multiple ghost objects.

------------------
http://millennium.massassi.net/ - Millennium
2001-11-20, 11:10 AM #3
hmm.. can u rite the cog out so i can copy and paste it.
-------------------------
May-The-Force-Be-With-U
2001-11-20, 11:38 AM #4
Try this on for size...

# 11/2001 GBK
Symbols
Message Startup
Thing Player Local
Thing Ghost0
Thing Ghost1
Thing Ghost2
Thing Ghost3
Int I=0 Local
End
Code
Startup:
Player=Getlocalplayerthing();
For(I=0;I<=3;I=I+1) {
AttatchthingtothingEX(Player, Ghost0, 0x8); }
Stop;
End

 

Dont know if it works, I just typed it into the box.

But it should... [http://forums.massassi.net/html/biggrin.gif]


------------------
Success is the inverse relationship between effort, gain, and loss.
And when the moment is right, I'm gonna fly a kite.
2001-11-20, 12:21 PM #5
Well i'll take it and see if it fits, let u know if it works.
-------------------------
May-The-Force-Be-With-U

↑ Up to the top!