SheosMan117 Posted February 21, 2013 Share Posted February 21, 2013 Idk if it's here in troubleshooting I should post this, but my own mod won't work. I'm making a Malukah mod, and I can't get her to sing. Some of my scripts are just carbon copies of vanilla scripts, and somehow, won't compile. The errors are due to undefined variables and "none is not a known user-defined type." Anyone know what's wrong? Link to comment Share on other sites More sharing options...
TheGreenLion Posted February 21, 2013 Share Posted February 21, 2013 It would be useful if you could provide more information on the problem, the method that you've used to set up the singing bit and the scripts that won't compile. I would also hide them by putting your information inside of a spoiler BBcode if they happen to be a large script, like so: [ spoiler ]Your script[ /spoiler ] without spaces between the brackets and spoiler so you get: Your script You could also use the Special BBcode button on the upper left and put the script(s) in there, but I find it quicker to just type it in. Link to comment Share on other sites More sharing options...
SheosMan117 Posted February 21, 2013 Author Share Posted February 21, 2013 (edited) ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment;NEXT FRAGMENT INDEX 2Scriptname SF_BardSongs2Ballad01Scene_02001377 Extends Scene Hidden;BEGIN FRAGMENT Fragment_0Function Fragment_0();BEGIN CODEBard.GetActorRef().PlayIdle(IdleLuteStart);END CODEEndFunction;END FRAGMENT;END FRAGMENT CODE - Do not edit anything between this and the begin comment Sorry about not posting. I'm not on here often. It's actually a direct copy of a vanilla script. Edited February 21, 2013 by SheosMan117 Link to comment Share on other sites More sharing options...
SheosMan117 Posted February 21, 2013 Author Share Posted February 21, 2013 OK, I resolved the earlier issue on my own. Now there are 2 different things I want to know how to do. How do I give a blessing, similar to Esbern giving the Dragonslayer's Blessing, and how do I tell a dog to use a custom texture? Link to comment Share on other sites More sharing options...
Recommended Posts