Theres a part of my script which contains:
SCAR Code:ClickNpcChatText('Click here to continue');
wait(2000);
ClickNpcChatText('Sure,');
The first time round the loop, it calls on the procedure and clicks the 'Sure, I'll give it a go.' Option, but the second time round, it just clicks the 'Click here to continue' and then just moves onto the next procedure.
1stly, is there any way I can include the full 'Sure, I'll give it a go.' into my script (seeing as I'll involves a quotation mark and therefore this marks the end of the sentence).
ie
SCAR Code:ClickNpcChatText('Click here to continue');
wait(2000);
ClickNpcChatText('Sure, I'll give it a go.');
How can you fix that? :P
2ndly, anyone know why it just clicks the Sure option the 1st time round the loop and no other times?
Thanks in advance![]()




Reply With Quote




.
