wisperin
Member
- Joined
- Jul 12, 2017
- RedCents
- 328¢
Posted a macro question yesterday and now it's gone? Was it something I said? 

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


Howdy Wisperin,Posted a macro question yesterday and now it's gone? Was it something I said?
All good! sorry for it happening, its our fault not yours.Ahh, thanks. Lack of looking at the details on my part... very bad for someone trying to learn how to code. lol
try this potion.mac this is an updated version by me, if you have any question i am always on discord so i can answer real time.
| --------------------------------------------------------------------------------------------
| SUB: Type
| --------------------------------------------------------------------------------------------
Sub Type(InStr)
TEXT trying to enter : ${recipe}
/declare char string local
/declare loopctr int local
/for loopctr 1 to ${InStr.Length}
/varset char ${InStr.Mid[${loopctr},1]}
/if (!${char.Length}) {
/nomodkey /keypress space chat
} else {
/nomodkey /keypress ${char} chat
}
/next loopctr
/return
/call TypeIn "Wood Point Arrow (S"/varset recipe CLASS 1 Wood Point Arrow (small nock)
/notify TradeskillWnd RecipeList listselect ${Window[TradeskillWnd].Child[RecipeList].List[${recipe}]}
