package orsc.graphics.gui;

public class InputXPrompt {
	public static String[] bankDepositX = new String[] { "Please enter the number of items to deposit",
		"and press enter" };
	public static String[] bankWithdrawX = new String[] { "Please enter the number of items to withdraw",
		"and press enter" };
	public static String[] duelRemoveX = new String[] { "Enter number of items to remove and press enter" };
	public static String[] duelStakeX = new String[] { "Enter number of items to stake and press enter" };
	public static String[] promptSkipTutorial = new String[] { "Are you sure you wish to skip the tutorial",
		"and teleport to Lumbridge?" };
	public static String[] promptExitBlackHole = new String[]{ "Are you sure you wish to exit the black hole",
		"and return to the Dwarven Mines?" };
	public static String[] shopBuyX = new String[] { "Type the number of items to buy and press enter" };
	public static String[] shopSellX = new String[] { "Type the number of items to sell and press enter" };
	public static String[] tradeOfferX = new String[] { "Enter number of items to offer and press enter" };
	public static String[] tradeRemoveX = new String[] { "Enter number of items to remove and press enter" };
	public static String[] dropX = new String[] { "Enter number of items to drop and press enter" };
	public static String[] incPointsX = new String[] { "Enter number of points to add and press enter" };
	public static String[] incLevelsX = new String[] { "Enter number of levels to add and press enter" };
	public static String[] savePreset = new String[] { "Enter preset number to overwrite and press enter" };
	public static String[] pointsToGp = new String[] { "Enter number of gp you want to trade your points for and press enter" };
	public static String[] reducePointsX = new String[] { "Enter number of points to reduce and press enter" };
	public static String[] reduceLevelsX = new String[] { "Enter number of levels to reduce and press enter" };
	public static String[] teamDuelOfferX = new String[] { "Enter number of items to stake and press enter" };
	public static String[] teamDuelRemoveX = new String[] { "Enter number of items to remove and press enter" };
	public static String[] clanInvite = new String[] { "Enter the username of the player you want to invite to your clan" };
	public static String[] partyInvite = new String[]{"Enter the username of the player you want to invite to your party"};
}
