Hi, I seem to remember seeing the answer to this question before, but can't find it and the forums search isn't working for me.
In the level I'm creating, I want the player to start up with only the briar pistol (and fists), No light saber. I had JED create the start up cog and then looked at it, part of it has:
I tried it out but I still have the light saber available when the level starts. I tried adding:
But that doesn't work.
I do I eliminate access to the light saber?
Thanks
------------------
Sylvicolus JK homepage
If I have ever made any valuable discoveries, it has been owing more to
patient observation than to any other reason. -Isaac Newton
In the level I'm creating, I want the player to start up with only the briar pistol (and fists), No light saber. I had JED create the start up cog and then looked at it, part of it has:
Code:
// Give player weapons and ammo SetInv(player, 1, 1); // fists SetInv(player, 2, 1); // briar SetInv(player, 11, 100); // Energy
I tried it out but I still have the light saber available when the level starts. I tried adding:
Code:
SetInv(player, 10, 0); // no light saber
But that doesn't work.
I do I eliminate access to the light saber?
Thanks
------------------
Sylvicolus JK homepage
If I have ever made any valuable discoveries, it has been owing more to
patient observation than to any other reason. -Isaac Newton
Sylvicolus JK homepage
If I have ever made any valuable discoveries, it has been owing more to
patient observation than to any other reason. -Isaac Newton
If I have ever made any valuable discoveries, it has been owing more to
patient observation than to any other reason. -Isaac Newton