Anyone know how to talk in a clan chat using scar?
when i do TypeSend('/something');
instead of typing /something it comes up with just something
Anyone know how to talk in a clan chat using scar?
when i do TypeSend('/something');
instead of typing /something it comes up with just something
Last edited by scuz 10; 02-01-2010 at 01:09 AM.
Aren't clan chat messages sent using a forward slash, not a backwards one?
:-)
I'm using SMART btw
I really hope someone knows how to make this work...i just wrote a whole script whose purpose was to talk in a clan chat...![]()
Last edited by scuz 10; 02-01-2010 at 01:11 AM.
http://www.villavu.com/forum/showthread.php?t=45742
im only posting link because it fucks up when i copy and paste function
<TViYH> i had a dream about you again awkwardsaw
Malachi 2:3
SCAR Code:Typesend('/' + AddMistakes(YourMessage[Random(Length(YourMessage))],Mistake))
wont that just do the same thing?
Not working with smart![]()
I remember something with SMART not always working with non-letter/number characters (!@#$%^&*()-_=+[{}]\|'";:.>,</?`~), but I think it used to replace the key with something else, not completely remove it.. But I dunno for sure. Maybe have it type the keycode? (GetKeyCode('/'))
Does 191 work without SMART? And do you have like.. any instant messenger?it'd make this a lot easier and faster for you.
I don't know why but, you can't type special characters in SMART with SCAR...
what about using ascii characters:
E: Nevermind that doesn't work either.Code:TypeSend(chr(47)+'hi');
Last edited by jimmy_mac; 02-01-2010 at 04:44 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)