Limit equipment for a vessel

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: winston, another_commander

User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4891
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Limit equipment for a vessel

Post by phkb »

Another recommendation is to add the following line of code to the top of the allowAwardEquipment function

Code: Select all

if (context == "scripted") return true;
Post Reply