Search found 3 matches

by bjcasey
Wed Mar 26, 2014 6:24 pm
Forum: ISXEQ::Bug Reports
Topic: Error:Object 'character' member 'Pet' returned TRUE but gave
Replies: 3
Views: 3577

Re: Error:Object 'character' member 'Pet' returned TRUE but

In Lavishscript? (exists) checks to see if the variable has been set.
by bjcasey
Wed Mar 26, 2014 2:33 pm
Forum: ISXEQ::Bug Reports
Topic: Error:Object 'character' member 'Pet' returned TRUE but gave
Replies: 3
Views: 3577

Error:Object 'character' member 'Pet' returned TRUE but gave

Error:Object 'character' member 'Pet' returned TRUE but gave no data type @${Me.Pet(exists)} -- Guessing that's an ISXEQ bug?

Same error if you try to look at it as a spawn.
by bjcasey
Mon Apr 15, 2013 9:52 pm
Forum: ISXEQ::Help
Topic: ISXEQ: Add Trigger Syntax
Replies: 17
Views: 5879

ISXEQ: Add Trigger Syntax

I want to be able to pick up group chat events, but have never used the add trigger command. How does the syntax work? An example I found from a script looked like this: AddTrigger EventChat "@Player@ tells you, '@Command@'" and function EventChat(string FullLine, string Sender, string Cha...