This is one of my first posts, but I want to start an autotalking scar script project. If anyone would like to contribute, please take this basic script and do anything to it so it can talk like a person. (I want to make a YouTube video of an auto having a conversation with some dude.)
SCAR Code:procedure HandlePlayerChat;
begin
if InChat('') then
begin
case Random(7) of
0: TypeSend('');
1: TypeSend('');
2: TypeSend('');
3: TypeSend('');
4: TypeSend('');
5: TypeSend('');
6: TypeSend('');
end;
Sleep(2000 + Random(1000));
end;
end;
PLEASE EDIT THIS SCRIPT AND RE-POST IT!
THANKS!


Reply With Quote










