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 → Need a simple cog... (pretty please)
Need a simple cog... (pretty please)
2004-02-23, 12:11 PM #1
All I need is when the player dies that he gets teleported to a ghost position. Also, having the body not dissapear would be a plus!

------------------
Massassian since: March 12, 2001

[=-"The hardest thing is to forgive, but God does;
Even if you murdered or robbed, years wrong, but God loves;
Take one step toward him, he takes two toward you;
Even when all else fail, God supports you." - Nas
-=]
Got a permanent feather in my cap;
Got a stretch to my stride;
a stroll to my step;
2004-02-23, 6:32 PM #2
Code:
# 02/2004 gbk
Symbols
	Message Startup
	Message Killed
	Thing Ghost
End
Code
	Startup:
		Capturething(jkGetLocalThing());
		Stop;

	Killed:
		Teleportthing(jkGetLocalThing, Ghost);
		Stop;
End



Im not entirely sure thatll work...

------------------
The future is here, and all bets are off.
And when the moment is right, I'm gonna fly a kite.
2004-02-24, 10:01 AM #3
Oooo thanks GBK, I'll go try it out.

------------------
Massassian since: March 12, 2001

[=-"The hardest thing is to forgive, but God does;
Even if you murdered or robbed, years wrong, but God loves;
Take one step toward him, he takes two toward you;
Even when all else fail, God supports you." - Nas
-=]
Got a permanent feather in my cap;
Got a stretch to my stride;
a stroll to my step;

↑ Up to the top!