Event onSell game.getPlayer().removeItem(SnowberryImport, 1, 1) game.getPlayer().addItem(Snowberry, 1, 1)EndEvent
It is throwing these errors on compile:
c:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\aaTKSnowberryImportScript.psc(5,12): mismatched input '\\r\\n' expecting LPAREN
c:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\aaTKSnowberryImportScript.psc(0,0): error while attempting to read script aaTKSnowberryImportScript: Object reference not set to an instance of an object.
c:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\aaTKSnowberryImportScript.psc(0,0): error while attempting to read script aaTKSnowberryImportScript: Object reference not set to an instance of an object.
And I cannot decipher them.
Could anyone correct me on where I'm going wrong?
