https://sureai.net/forum/viewtopic.php?t=2077
;if Player is female, enable male Kim.
if ( GenderEnable == 0 )
if ( GetPCIsSex female ) && ( GetStage MQ04 >= 5 )
SetIgnoreFriendlyHits 1
Enable
Set GenderEnable to 1
endif
endif;if Player is male, enable female Kim.
if ( GenderEnable == 0 )
if ( GetPCIsSex male ) && ( GetStage MQ04 >= 5 )
SetIgnoreFriendlyHits 1
Enable
Set GenderEnable to 1
endif
endif