How can I get the old uptext font files? Similar to this:
![]()
How can I get the old uptext font files? Similar to this:
![]()
Should still be included in Simba, but with a different name (UpCharsEx? No idea)
I made a new script, check it out!.
I'm pretty sure they are still called "UpChars". I think the new ones are called UpCharsEx.
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
That doesn't seem to work for me though, cause the old fonts are mostly used for Private Servers would be usefull for me I tried this
Simba Code:program New;
{$i SRL/SRL.scar}
var x,y:Integer;
begin
SetupSRL;
MMouse(619, 228, 0, 0)
Wait(50);
If UpCharsEx('eedle') then
Begin
WriteLn('We found the Needle!');
End;
end.
Gives me this
I'm probably doing something wrong, but I don't know what.Code:[Error] (16:14): Type mismatch at line 15 Compiling failed.
If you don't want to macro on the new runescape, just rename the UpChars folder to UpCharsNew and then rename the UpCharsEx to UpChars, then rs_getuptext should just work.
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
I don't know, I'm still learning, I done what you said, and it doesn't seem to work might you could provide me with an example of this?
Simba Code:program New;
{$i SRL/SRL.scar}
var x,y:Integer;
begin
SetupSRL;
MMouse(619, 228, 0, 0)
Wait(50);
If UpChars('eedle') then
Begin
WriteLn('We found the Needle!');
End;
end.
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
There are currently 1 users browsing this thread. (0 members and 1 guests)