I'm trying to design a level in which your lightsaber activates when the level begins. I've tried several different approaches to the startup cog but nothing works. Can someone tell me how to do it right?
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.
startup: player=GetLocalPlayerThing(); SelectWeapon(player, 10); return;