Nexus Skirmisher

Nexus Modding => Scripting => Topic started by: Lord_Valarian on December 16, 2010, 08:48:42

Title: Removing items from the items list
Post by: Lord_Valarian on December 16, 2010, 08:48:42
At the screen to remove, replace, and add devices. How do you remove an item from the list in scripts? In my case outdated tech, when you have phaser3, you no longer need phaser 1 and 2.

Title: Re: Removing items from the items list
Post by: Mularac on December 17, 2010, 03:00:29
You don't "remove" them, you simply don't add them. Just comment out the lines in the "episode_x.rules" file that say "uAddDeviceToStock(#device, #);" at the mission you wish to taken them away from.