kiarocks wrote...
are you thinking that textmaker is the world?
public String getTxtString()
{ return txtString; }List textmakers = getWorld().getObjects(TextMaker.class); String outTxt =((TextMaker) textmakers.get(0)).getTxtString();