Jump to content

[LE] Remote Reference Activate Script, please help :(


Tweak1971

Recommended Posts

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 by Tweak1971
Link to comment
Share on other sites

 

Starting 1 compile threads for 1 files...

Compiling "TweaksRemoteActivateScript"...
<unknown>(0,0): Unable to find flags file: TESV_Papyrus_Flags.flg
D:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(1,0): Unknown user flag Hidden
D:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(1,0): Unknown user flag Hidden
D:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(1,0): Unknown user flag Hidden
D:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(1,0): Unknown user flag Hidden
D:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(1,0): Unknown user flag Hidden
No 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 by Tweak1971
Link to comment
Share on other sites

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 by wormple12
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...