I want to know if it can be possible to write when smart running, so i can answer to other people around me ?
Thanck.
I want to know if it can be possible to write when smart running, so i can answer to other people around me ?
Thanck.
nvm that wasn't the right thread.....
Back from the dead.....
yes it is. Look at RM's script, Trilez has done it too. I had it in one of my old versions of powerminers too.
“Ignorance, the root and the stem of every evil.”
SCAR Code:{ RM --------------------------------------------------------------------------]
[ Checks for Randoms ]
[------------------------------------------------------------------------------}
function RMRandoms(RDebug: boolean): boolean;
var s: string;
begin
if RDebug then
RMDebug('Checking for randoms');
Result := FindNormalRandoms;
if IsFKeyDown(12) then
begin
s := Readln('What would you like to type ingame?');
if s = '' then
exit;
TypeSend(s);
end;
end;
~RM
There are currently 1 users browsing this thread. (0 members and 1 guests)