Log in

View Full Version : Make your character speak?



Junji
01-15-2012, 04:15 AM
I want to implement some code so that your character could randomly speak, but all I know is writeln() which writes lines on simba and not smart or runescape client thanks and it is for personal usage on a script on working on so im not going to add it to the script im making for public just myself... :confused:

PatDuffy
01-15-2012, 04:16 AM
TypeSend('This will be the text')

Junji
01-15-2012, 04:17 AM
Thnks really appreciated +rep :)

m3gaman3g3nd
01-15-2012, 04:21 AM
program Talking;
{$i srl\srl.simba}
begin
setupsrl;
TypeSendEx('Hello I like saing stuff on runescape!',True);
end.