ScriptUO

Scripting Resources & Utilities => OEUO => OpenEUO Scripting Chat => Topic started by: Tidus on October 14, 2010, 08:10:54 AM

Title: ShowMsg
Post by: Tidus on October 14, 2010, 08:10:54 AM
Title: Re: ShowMsg
Post by: manwinc on October 14, 2010, 08:12:20 AM
Typically that means that something is expected on the line above.

for instance if it tells you had

x = x + 2

and it told you the error on that line was then expected near something then chances are above that your if statement is missing a then.
Title: Re: ShowMsg
Post by: Endless Night on October 14, 2010, 08:37:14 AM
showmsg is not a command.  See my tutorial i did for Cerveza on movingitems... I impleemnt a showmsg function that i ripped from others code...