Lineage 2 Tower Forum

Full Version: SIMPLE SHOUT SCRIPT L2TOWER
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys i am just wondering why i get an error on the following script.

I just want to set it to shout for example : !WTS my love

repeat
Say2(L2ChatType.CHAT_SHOUT,"!WTS MY LOVE ","");
Sleep(60*1000)
end;


Any ideas?

Thanks in advance!
repeat
Say2(L2ChatType.CHAT_SHOUT,"!WTS MY LOVE ","");
Sleep(60*1000)
until false;
Reference URL's