Jump to content
  • 0

[Help] Java


Question

Posted

hello,

 

i use frozen and i cannot do smth if some one can help so i have this

 

if(!player.isNoble() && player.getSubClasses().size() == 0 && player.getAllianceWithVarkaKetra() == 0)
					{
						player.sendMessage("You have not finished quests.");
						player.setLocked(false);
						return;
					}	

 

and instead of this

player.sendMessage("You have not finished quests.");

i want to popup a htm file  and i tryed that

html.setFile("data/html/villagemaster/SubClass_Noquest.htm");

 

everything compile ok but when i try in game i dont get any window no action...

someone can help me..

 

Thanks

 

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...