Scriptname QutSellItemScript extends TopicInfoGame.JunkChest.RemoveItem(SellItem, 1)Game.GetPlayer().AddItem(Gold001, (SellItem.GetGoldValue()))ReferenceAlias Property SellItem AutoReferenceAlias Property JunkChest AutoMiscObject Property Gold001 Auto
This is the error I get, which seems to indicate something is wrong with my RemoveItem line:
Starting 1 compile threads for 1 files...Compiling "QutSellItemScript"...c:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QutSellItemScript.psc(3,4): no viable alternative at input '.'No output generated for QutSellItemScript, compilation failed.Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on QutSellItemScript
Removing "Game" from line 3 gives a similar error.
