wanted to make a.testtypecommand theyhada way ofputting typehtm,butit wasinown codeandnot in normalfiles astest.htmwantedwithin theown code.
public class Test implements IVoicedCommandHandler {
private String[] _commandList = new String[] { "test" };
@Override
public boolean useVoicedCommand(String command, Player activeChar, String target)
{
if (command.equals("test"))
{
HERE DID NOT WANT FOR HTM, I WANTED BY FIXED CODE
}
return true;
}
@Override
public String[] getVoicedCommandList() {
return _commandList;
}
}
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Original was based off L2OFF, so how would he even be able to compete or deliver the same quality? It will be just another L2F from shein.
Whatsoever, some times you should just let the horse die.
Bump
NEW USER IN TELEGRAM AND DISCORD IS "mileanum"
NEW USER IN TELEGRAM AND DISCORD IS "mileanum"
NEW USER IN TELEGRAM AND DISCORD IS "mileanum"
NEW USER IN TELEGRAM AND DISCORD IS "mileanum"
Question
nery
hi, I ask for help to friends.
wanted to make a .test type command they had a way of putting type htm, but it was in own code and not in normal files as test.htm wanted within the own code.
Ex:
npcHtmlMessage.setHtml("<html><title>Exemple</title><body><center></center></body></html>"); ? ? ?
or
text = "<html><body>" + text + "</body></html>";
Edited by nery5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.