Hey,

Currently I'm making a new minigame and I'm having some trouble with the sendoption method:


Code:
	public void sendOption3(String l1, String s, String s1) {
		sendFrame126("Select an Option", 2460);
                          sendFrame126(l1, 2461);
		sendFrame126(s, 2462);
		sendFrame126(s1, 2463);
		sendFrame164(2459);
	}
If I use this code there won't be enough space to show everything,
And if I put it on the place where it says select an option the swords of the dialogue block the words so u can't read them..
I hope someone can help..

Thanks,
Arvid