FutureProg functions

isfelon

Crime · computer function, computer program, standard futureprog

Boolean isfelon(Character character)
Contexts: computer function, computer program, standard futureprog
This function checks to see if the character has ever had a serious crime (one that incurred jail time or capital punishment) recorded against them
character: The character to check

Boolean isfelon(Character character, LegalAuthority authority)
Contexts: computer function, computer program, standard futureprog
This function checks to see if the character has ever had a serious crime (one that incurred jail time or capital punishment) recorded against them
character: The character to check
authority: The legal authority in which to check, or all authorities if null

← Back to FutureProg functions