InventoryItemFuturisticValidate CallableInventoryItemFuturisticValidate(C, Item, changeWhenLocked): stringValidates, if the chosen option is possible. Sets the global variable 'DialogExtendedMessage' to the appropriate error message, if not.ParametersC: CharacterThe character to validate the optionItem: Item = DialogFocusItemThe equipped itemoptionalchangeWhenLocked: boolean = falseSee ExtendedItemOption.ChangeWhenLockedReturns stringReturns an explanation for the failed validation if the chosen option is not possible, or null.
Validates, if the chosen option is possible. Sets the global variable 'DialogExtendedMessage' to the appropriate error message, if not.