///////////////////////////////////// // Dragon's Edge // by Charly Carlos ///////////////////////////////////// // Unlocks the jail door in the Waymoot Jail ///////////////////////////////////// void main() { object oDoor = GetObjectByTag("JailDoor1"); SetLocked(oDoor, FALSE); }