Jump to content

Need Animal Follower Help


Recommended Posts

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

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 1

Scriptname Aquadismiss Extends TopicInfo Hidden

 

;BEGIN FRAGMENT Fragment_0

Function Fragment_0(ObjectReference akSpeakerRef)

Actor akSpeaker = akspeakerRef as Actor

;BEGIN CODE

(pdialoguefollower as dialoguefollowerscript).dismissanimal()

;END CODE

EndFunction

;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

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

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...