Ironman5000 Posted August 16, 2012 Share Posted August 16, 2012 Hello, I thought i'd have a go at making an animal follower using a youtube tutorial but I have come to a bit of a snag with the script. This is the video i'm using, the problem i'm having is at the first "dismiss" script which can be seen 10:07 minutes in. The video one compiles, this doesn't http://img593.imageshack.us/img593/4199/26712356.jpg Stop the difference! :tongue: Because I certainly can't! Link to comment Share on other sites More sharing options...
qasiermo Posted August 16, 2012 Share Posted August 16, 2012 hmmm, i cannot spot any errors in the script. Here is the exact copy of what i use: ___________________________________________________________________ ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment;NEXT FRAGMENT INDEX 1Scriptname Aquadismiss Extends TopicInfo Hidden ;BEGIN FRAGMENT Fragment_0Function Fragment_0(ObjectReference akSpeakerRef)Actor akSpeaker = akspeakerRef as Actor;BEGIN CODE(pdialoguefollower as dialoguefollowerscript).dismissanimal();END CODEEndFunction;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment Quest Property pDialogueFollower Auto ____________________________________________________________________ Did you do excactly as the tutorial told you to do? Are you sure the name "I5Kpetdismiss" agrees with the script name? Link to comment Share on other sites More sharing options...
Ironman5000 Posted August 16, 2012 Author Share Posted August 16, 2012 Well I copied your reply and it worked fine! I don't know what happened but thanks for posting the script, I can go ahead with my mod now :thumbsup: Link to comment Share on other sites More sharing options...
Ironman5000 Posted August 17, 2012 Author Share Posted August 17, 2012 Hmm well it all seems to function but when I engage the creature I only see "wait" and "leave" commands, but after I use the wait one I can select follow. I doesn't appear as a staing topic for some strange reason :confused: Link to comment Share on other sites More sharing options...
qasiermo Posted August 17, 2012 Share Posted August 17, 2012 Hmm well it all seems to function but when I engage the creature I only see "wait" and "leave" commands, but after I use the wait one I can select follow. I doesn't appear as a staing topic for some strange reason :confused: Yes, I have encountered the same problem. Havent found a solution for it yet :wallbash: Anyways, its not that big of a deal, it just takes an extra second to make the animal follow you :) Link to comment Share on other sites More sharing options...
Ironman5000 Posted August 17, 2012 Author Share Posted August 17, 2012 Hmm well it all seems to function but when I engage the creature I only see "wait" and "leave" commands, but after I use the wait one I can select follow. I doesn't appear as a staing topic for some strange reason :confused: Yes, I have encountered the same problem. Havent found a solution for it yet :wallbash: Anyways, its not that big of a deal, it just takes an extra second to make the animal follow you :) Oh good at least it's not my fault, might just keep this mod for myself then :thumbsup: Link to comment Share on other sites More sharing options...
Caithe Posted August 18, 2012 Share Posted August 18, 2012 ^ I used that tutorial for my bear follower and I also have to tell him to wait or leave before I can ask him to come along. I uploaded him anyway and didn't have complaints about it :P Link to comment Share on other sites More sharing options...
Recommended Posts