!7 sS stefansUniverse = "yjzyfnudvuejejtf"; p { final JTextField tf = jtextfield(stefansUniverse); showForm("Choose your universe", tf, r { pcall-messagebox { S myUniverse = assertPossibleGlobalID(getTextTrim(tf)); RemoteDB db = new RemoteDB(#1006463, true); // auto start AI Concepts L l = db.xlist("AIConcept"); print("Found " + n(l, "concepts")); for (RC rc : l) { S u = rc.getString("originatingUniverse"); print(rc.id + ": " + u); if (empty(u)) { print(" => Adopting to " + myUniverse + "!"); rc.set(originatingUniverse := myUniverse); } } db.close(); } }); }