start the dialogue, will be like
player.getDialogueManager().startDialogue("Starter ");
then declare an integer in the Player class like;
int starterType;
then for each opption set starterType to 0, 1, 2
0 being Easy, 1 being Hard, 2 being RS Xp
then in the skills class where the xp is added base the xp amount on the starterType, ie.
if (starterType == 0)
exp = 2;
else if....


Reasons why i started coding and learning java:


