hi new to scripting, I've been following loads of tuts ect and made a fisher that banks trout and salmon, but I was wondering how I would go about adding a logo to my script?
@ScriptManifest(author = "iShorty8", info = "simple F2P fishing bot", name = "iFisher", version = 1.0, logo = "http://s22.postimg.org/f48fq388t/i_Fisher_logo_finished.png")
after that I tried a similar method which I used to get my paint image,
Image logo = getImage ("http://s22.postimg.org/f48fq388t/i_Fisher_logo_finished.png");
the logo doesn't show up though, any help would be greatly appreciated!