*clr 'Enter the ID of the character.' if $ARGS[0] = 'finder': $looking = input ('ID (like A17)') gt 'NPCFinder' end if $looking ! '': '

' 'Found character:' '
' '<<$npc_pic[''<>'']>>' 'DNA string: <<$npc_dna[''<<$looking>>'']>>' 'Name: <<$npc_firstname[''<<$looking>>'']>> "<<$npc_nickname[''<<$looking>>'']>>" <<$npc_lastname[''<<$looking>>'']>> (<<$npc_usedname[''<<$looking>>'']>>)' if npc_dob['<<$looking>>'] ! '': 'Birthday (YYYY-MM-DD): <>''],1,4)>>-<>''],5,2)>>-<>''],7,2)>>' 'Intelligence: <>'']>>' if npc_grupTipe['<<$looking>>'] ! '': 'Social group: <>'']>>' if npc_sexskill['<<$looking>>'] ! '': 'Sex skill: <>'']>>' if npc_rep['<<$looking>>'] ! '': ' Reputation in school: <>'']>>' if npc_haircol['<<$looking>>'] = 0: 'Natural hair color: black (<>'']>>)' elseif npc_haircol['<<$looking>>'] = 1: 'Natural hair color: brown (<>'']>>)' elseif npc_haircol['<<$looking>>'] = 2: 'Natural hair color: read (<>'']>>)' else 'Natural hair color: blonde (<>'']>>)' end if hotcat_rating['<<$looking>>'] ! '': 'Hotness rating: <>'']>>' 'Appearance value: <>'']>>' 'Height: <>'']>>' if npc_gender['<<$looking>>'] = 0: 'Gender: male' 'Dick thickness: <<$npc_thdick[''<<$looking>>'']>>' 'Dick length: <>'']>>' 'Potential: <>'']>> (default is 10000)' else 'Gender: female' 'Breast size: <>'']>>' end if npc_herpes['<<$looking>>'] > 0: $npcvendisease += 'herpes; ' if npc_syth['<<$looking>>'] > 0: $npcvendisease += 'syphilis; ' if npc_gon['<<$looking>>'] > 0: $npcvendisease += 'gonorrhea; ' if npc_thrush['<<$looking>>'] > 0: $npcvendisease += 'yeast infection; ' if $npcvendisease = '': $npcvendisease = 'none' 'Veneral diseases: <<$npcvendisease>>' 'Sexual acts with PC: <>' 'Perversion: <>' 'Notes: <<$npc_notes[''<<$looking>>'']>>' '' 'Found relationships:' npctemp = 0 :relationshipfinder gs 'DNA','relate', $npc_dna['<<$looking>>'], $npc_dna['A<>'] if $gen_relationship ! '' and 'A<>' ! '<<$looking>>': '
ID: A<>' 'DNA string: <<$npc_dna[''A<>'']>>' 'Name: <<$npc_firstname[''A<>'']>> "<<$npc_nickname[''A<>'']>>" <<$npc_lastname[''A<>'']>> (<<$npc_usedname[''A<>'']>>)' 'Relationship type: <<$gen_relationship>>' end if npctemp < aarraynumber: npctemp += 1 & jump 'relationshipfinder' killvar 'npctemp' killvar 'npcvendisease' killvar 'looking' end