Hey there, Does anyone know of a way to remove the lightsaber weapon via an entity or icarus script? What I want to do is only have the disruptor rifle when I spawn (getting the disruptor during spawn is not an issue). Here's what I have so far:
set ( /*@SET_TYPES*/ "SET_WEAPON", /*@[member='weaponx']_NAMES*/ "WP_NONE" );
set ( /*@SET_TYPES*/ "SET_WEAPON", /*@[member='weaponx']_NAMES*/ "WP_DISRUPTOR" );
I have it set up to trigger this when I respawn. However, I still have the saber. When I scroll over to the next weapon (the disruptor), I cannot switch back to the saber (which is good but I really dont want the saber to begin with). Any and all help is appreciated! Edit: also SET_WEAPON drop does not drop the saber. And I have also tried disabled the saber with g_weapondisable. Cheers, Zab