sbool dm_addControllingComputer(S computerID) { O mod = dm_findModule("#1017127/RemoteControlled"); if (mod == null) false; ret dm_call(mod, 'addControllingComputer, computerID); }