How do I use this?
Why is this Wrong?
IsBlackText('the logs begin to burn', 1);
Please help thanks.
How do I use this?
Why is this Wrong?
IsBlackText('the logs begin to burn', 1);
Please help thanks.
------> Path Creator with SPS support <------
Line 1 would be the top line of the chatbox. You need to use line 8.
for better results, use something shorter
IsBlacktext('egin to');
sometimes i find some procedure chop off bits of the text, so this will work better
much the same way that;
IsUpText('ickaxe');
ChooseOption('hop');
keep up the good work
also keep in mind that IsBlackText returns a true/false, in case you didnt know
Project: Welcome To Rainbow
Thank you both for your help, I hope to have script finished soon.
Thanks![]()
------> Path Creator with SPS support <------
IsBlackText is also a Boolean this means that you can use it as so :
SCAR Code:For I := 8 downto 1 Do
If IsBlackText('lol', i) Then
TypeSend('hahah funny')
Else
Exit;
![]()
if(GetBlackChatMessage='Your inventory is too full to hold any more logs.') then break;
U might be referring to something like this?
IsBlackText('he fire catches', 8)
This is usable, if your making a log burner
There are currently 1 users browsing this thread. (0 members and 1 guests)