Tweak1971 Posted December 8, 2018 Share Posted December 8, 2018 (edited) Im having a heck of a time trying to compile a tiny scrap of a script, keeps coming back with an error about line 1 and sometimes about lines 1 thru 6 (mostly seems to be just line 1), please tell me what the heck im doing wrong. The script is ment to be be attached to a summoned NPC, a fox in this case and when you press [E] or (A) as the case maybe and activate a remote chest instead. A simple storage summoning as it were. Any help or a rewrite would be deeply appreciated. Scriptname TweaksRemoteActivateScript extends ObjectReference ObjectReference Property RemoteActivateREF Auto Event OnActivate(ObjectReference akActionRef) RemoteActivateREF.Activate(akActionRef) EndEvent Tweak Edited December 8, 2018 by Tweak1971 Link to comment Share on other sites More sharing options...
foamyesque Posted December 9, 2018 Share Posted December 9, 2018 Can you copy the exact text of your compiler error, please? Link to comment Share on other sites More sharing options...
Tweak1971 Posted December 9, 2018 Author Share Posted December 9, 2018 (edited) Starting 1 compile threads for 1 files...Compiling "TweaksRemoteActivateScript"...<unknown>(0,0): Unable to find flags file: TESV_Papyrus_Flags.flgD:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(1,0): Unknown user flag HiddenD:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(1,0): Unknown user flag HiddenD:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(1,0): Unknown user flag HiddenD:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(1,0): Unknown user flag HiddenD:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(1,0): Unknown user flag HiddenNo output generated for TweaksRemoteActivateScript.psc, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on TweaksRemoteActivateScript.psc Thats the output, its not much help to me really, maybe someone else can tell.. the script itself imo seems sound. I da know (and the TESV_Papyrus_Flags.flg thing, cant solve that either but i have 2 other compilers and get the same error anyways "Unknown User Flag Hidden" but i didnt use hidden tag anywhere.. sigh) Edited December 9, 2018 by Tweak1971 Link to comment Share on other sites More sharing options...
TheWormpie Posted December 9, 2018 Share Posted December 9, 2018 (edited) It has nothing to do with your script :) According to the wiki, if you get that compiler error, it means you need to extract the files from the Scripts.rar archive in your data folder. A program like this or similar will work. If you think extracting all those files fill up too much space on your computer, try to extract only the file that it complains about (TESV_Papyrus_Flags.flg) and see if it works. Edited December 9, 2018 by wormple12 Link to comment Share on other sites More sharing options...
Tweak1971 Posted December 9, 2018 Author Share Posted December 9, 2018 Thank you so much, unpacking all the scripts and source took like 3 minutes but it worked. JOY! Have a fantastic day! Link to comment Share on other sites More sharing options...
Recommended Posts