Metr13 Posted May 3, 2015 Share Posted May 3, 2015 I'm trying to copy the talking part of the stealthsuit mk2 onto another armour, and right now I'm having troubles with scripting the quest.Specifically, I can't get GECK to swallow the object script: scriptname 1BigMTRiotGearObjectSCRIPT ;copy of nvdlc03auralstealthsuitobjectscript for bigmt ranger gear mod BEGIN OnEquip Player Set 1BigMTRiotGearQUEST.bEquipBark to 1 END; onequip player BEGIN OnUnequip Set 1BigMTRiotGearQUEST.bUnequipBark to 1 END It throws errors about 1bigmtriotgearquest.bequipbark and bunequipbark not existing, even though they clearly do (the name is directly copied from the quest, and the script in the quest is copied too, safe for the player.getequipped checks). Help? What am I doing wrong? Link to comment Share on other sites More sharing options...
Aintiarna Posted May 5, 2015 Share Posted May 5, 2015 Geck doesn't like variables and objects that start with numbers. Try changing it to all letters and see if it helps. Link to comment Share on other sites More sharing options...
Metr13 Posted May 5, 2015 Author Share Posted May 5, 2015 Thank you! It did help (although there were more problems aside from it). Link to comment Share on other sites More sharing options...
Recommended Posts