function int Q4YA(obj user, obj this) { int locked = 0x00; if (hasObjVar(this, "isLocked")) { locked = getObjVar(this, "isLocked"); } return (locked); }