On your event, you have the "string line,string text" stuff but you don't use it in the event sub. That can just be removed and have the event parameter fixed. It should look something like this:
Code: Select all
#Event MakeMyPetGoAway "You have entered#*#"
Sub Event_MakeMyPetGoAway
/if (${Me.Pet.ID} && ${Me.Class.Name.Equal[Wizard]}) {
| Making My Flapy familiar go away
/echo #making my familiar go away
/pet get lost
}
/return
Again, this very well may not fix your problem, this is just a coding suggestion.
Reading . . . it's not just for me.
[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
[quote="Ccomp5950"]Fearless showed me the light, you too shall learn.[/quote]