killerrj8 Posted April 28, 2012 Share Posted April 28, 2012 Starting 1 compile threads for 1 files... Compiling "TIF__0200C3EA"... D:\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\[/size][/color]TIF__0200C3EA.psc(14,0): missing EOF at 'Scriptname' No output generated for TIF__0200C3EA, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on TIF__0200C3EA I really don't know whats wrong. I tried to change the extends .... but its always this error , no matter what i change!So here is my source Scriptname TIF__0200C3EA extends TopicInfo Book Property DeedofOwnership Auto Function Fragment_0(ObjectReference akSpeakerRef) Actor akSpeaker = akSpeakerRef as Actor game.getplayer().additem(DeedofOwnership, 1) EndFunction This works without errors but it also doesn't give me a book that i want , so what I did was posting this in the Papyrus fragment at the end. So the end-papyrus fragment. But there i had a compile error I tried it with only "game.getplayer().additem(DeedofOwnership, 1)" but that didn't work either. Any help ? Link to comment Share on other sites More sharing options...
scrivener07 Posted April 28, 2012 Share Posted April 28, 2012 It says missing event or function so try putting your function on its own line like this. Scriptname TIF__0200C3EA extends TopicInfo Book Property DeedofOwnership Auto Function Fragment_0(ObjectReference akSpeakerRef) Actor akSpeaker = akSpeakerRef as Actor game.getplayer().additem(DeedofOwnership, 1) EndFunction Im no expert but I dont think your suppose to edit fragments directly. I think your suppose to use the ck dialogues only, except properties. Link to comment Share on other sites More sharing options...
killerrj8 Posted April 28, 2012 Author Share Posted April 28, 2012 Okay, I figured that I can enter whatever I want in the Papyrus fragment. I can put blablalba in it and it still gives me the error with the EOF is missing at scriptname thing. But I don't know whats wrong :/ Link to comment Share on other sites More sharing options...
scrivener07 Posted April 28, 2012 Share Posted April 28, 2012 Try regenerating the fragment, you may have corrupted it. Look for a tab or something at the bottom of the fragment window. In that tab I think youll have the options to edit/rename/regenerate your fragment. Link to comment Share on other sites More sharing options...
killerrj8 Posted April 28, 2012 Author Share Posted April 28, 2012 A Event or Function is missing ... but where ? I mean I don't other functions or anything do I Link to comment Share on other sites More sharing options...
Recommended Posts