Jump to content

96downlu

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by 96downlu

  1. nvm I've done it. Thanks for all your help. If you want to track the results then download Buskers of Skyrim
  2. What GPU do you have?
  3. Already have generated an SEQ but redid it and it still doesn't work
  4. Okay well the script compiles and the property is added but it doesn't work in game for some reason :p
  5. Thanks so much good sir/ma'am...you are a legend. Thank you ripple too.
  6. Dont seem to be able to add the property. It just keeps failing compilation :( Heres the error log: Starting 1 compile threads for 1 files...Compiling "GiveBuskerGold"...D:\Luke\Programs\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\GiveBuskerGold.psc(5,27): no viable alternative at input 'Gold001'No output generated for GiveBuskerGold, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on GiveBuskerGold
  7. MiscObject Property Gold = Gold001 Auto {Gold} Thats it isn't it? At the top of the script?
  8. ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment Scriptname GiveBuskerGold extends TopicInfo Hidden MiscObject Property Gold = Gold001 Auto {Gold} ;BEGIN FRAGMENT Fragment_0 Function Fragment_0(ObjectReference akSpeakerRef) Actor akSpeaker = akSpeakerRef as Actor ;BEGIN CODE Game.getplayer().RemoveItem(Gold001, 10) akspeaker.additem(Gold001, 10) ;END CODE EndFunction ;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment Anybody know why it won't work thanks
×
×
  • Create New...