Beispiel #1
0
 public void load()
 {
     script = new Script();
     name = script.getName(name);
     dialog = script.getDialog(dialog);
 }