I am currently making a script that auto collects from all the island venders. and it looks real messy because i have to use send keys to talk and navigate through the menus.
Is there way or could it be a future feature where can make custom functions?
So I could turn something like:
SendKey(num0)
SendKey(num0, 3)
SendKey(num2)
SendKey(num0, 3)
SendKey(num0, 3)
SendKey(num2, 1)
SendKey(num2, 1)
SendKey(num0, 4)
SendKey(num2, 1)
SendKey(num2, 1)
SendKey(num0)
SendKey(num0, 3)
SendKey(num2)
SendKey(num0, 3)
SendKey(num0, 3)
SendKey(num2, 1)
SendKey(num2, 1)
SendKey(num0, 4)
SendKey(num2, 1)
SendKey(num2, 1)
SendKey(num0, 4)
to:
CollectIsleForagerNPC()
((btw thats just example that does not collect anything lol ))