# Jedi Knight Cog Script # # SABER_TOGGLE.COG # # Toggles the saber between Lightsaber and Lightstaff # # # This Cog is Not supported by LucasArts Entertainment Co symbols message activated end # ======================================================================================== code activated: if(GetCurWeapon(GetSourceRef()) == 10) SendMessage(GetInvCog(GetSourceRef(), 10), user0); return; end