SatiricSquirrel Posted September 12, 2011 Share Posted September 12, 2011 Hey guys I am a complete beginner to using GECK and I am trying to create a challenge that involves killing Powder Gangers. I have tried adding all Powder Ganger armours to a form list and then selecting that form list in the challenge window to no avail. I noticed that the Fight the Power perk used an armour list to narrow down specific factions but there doesn't seem to be a way to emulate this in the challenge window. Is it even possible? Any help would be greatly appreciated. Cheers. Link to comment Share on other sites More sharing options...
SatiricSquirrel Posted September 13, 2011 Author Share Posted September 13, 2011 Failed at this a couple more times today... can't figure out where I am going wrong. The first thing I tried was to add all of the Powder Ganger entries I found into a form list, and then set Challenge Type to kill from a form list and selected the Powder Ganger Form list. This failed. Secondly I managed to find to a script that did something similar to what I wanted. It was the challenge script from the "Yao Gui Hunter" challenge from Honest Hearts. The original script... scn NVDLC02YaoGuaiSCRIPT ; Created for Challenge "Yao Guai Hunter" functionality and attached to all Yao Guai in NVDLC02.; 1/7/11 ETB BEGIN OnDeath If ( IsKiller Player ) IncrementScriptedChallenge NVDLC02ChallengeYaoGuaiHunter; Endif END; ondeath and mine scn WTPPowderGangerSCRIPT ;Created for WTP9mmPistolTrainingChallenge BEGIN OnDeath If ( IsKiller Player) IncrementScriptedChallenge WTPChallenge9mmPistolTraining; Endif END; onedeath I set my challenge to scripted challenge and added this script to every powder ganger form I could find (excluding powder gangers that were using the NCRCFPowderGangerScript for fear of messing something up) Seeing as I set everything up exactly as the Yao Gui Hunter challenge was, I assumed all would be well. I load up the game and check that the challenge is showing up in the challenge list, it is so I proceed to shoot and kill any powder gangers I find. The challenge does not update... this is beginning to give me a headache. Anyone got any ideas? Cheers. Link to comment Share on other sites More sharing options...
Recommended Posts