As suggested here, it would be nice if a script could automatically be run when you free the king.  I believe that in GenericRequest, 
	
	
	
		
would just need
	
	
	
		
added, and the setting added to defaults.txt.
				
			
		Code:
	
			if ( urlString.startsWith( "lair6.php" ) && urlString.indexOf( "place=6" ) != -1 )
		{
			KoLCharacter.setHardcore( false );
			KoLCharacter.setConsumptionRestriction( AscensionSnapshot.NOPATH );
		}
	
		Code:
	
				KoLmafiaCLI.DEFAULT_SHELL.executeLine( Preferences.getString( "postPrismScript" ) );