Gillbz
06-02-2007, 08:33 AM
I was in the middle of my rune mystries quest compleater when i needed to talk to someone. I used get GetUpText and it didn't work. I then made this and ran it:
program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
repeat
writeln(GetUpText)
until(false)
end.
All i got was:
Anyone else having problems?
program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
repeat
writeln(GetUpText)
until(false)
end.
All i got was:
Anyone else having problems?