FormBuilder form = new FormBuilder("game.voc");
// add it
form.addHeader("help", new FormHeader(I18N.t("Info"), "help"));
form.addElement("help.more",
new FormInfo("", I18N.t("You will find more Vocabulary directly in the script section")));
form.addHeader("basic", new FormHeader(I18N.t("Basics"), "vocab"));
form.addElement("basic.gold", RubyForm.getString(I18N.t("Gold"), "@gold", words));
form.addElement("basic.hp", RubyForm.getString(I18N.t("HP"), "@hp", words));
form.addElement("basic.sp", RubyForm.getString(I18N.t("SP"), "@sp", words));