Coalition guy spawns wit dummy weapons, how to fix?
Hello,
A simple question, but I am even more simple so I can't figure it out.
This line (taken from an activity lua file) contains coalition weapons:
Code:
self.WList = { "Grenade Launcher", "Sniper Rifle", "Heavy Sniper Rifle", "Gatling Gun", "Flamer", "Napalm Flamer", "Spike Launcher", "Flak Cannon", "Auto Pistol", "Shotgun", "Auto Shotgun", "Mauler Shotgun", "Rocket Launcher" }
But since dummies also have a Grenade Launcher, Sniper Rifle etc. the Coalition get spawned with those.
How would I tell the lua file to pick the guns from Coalition.rte at all times?