|
@@ -2461,22 +2461,42 @@ if $ARGS[0] = 'records':
|
|
|
*nl
|
|
|
if $bfsex > 0:'<<$bfsex>>'
|
|
|
*nl
|
|
|
- if pcs_lovers[0] = 1:'Your guy <<$loverdesc[0]>> <<$loverbody[0]>> <<$loverbod[0]>> <<$loverface[0]>>.<<$loverdesc[0]>> <<$loverClo[0]>> Relationship <<loverrelation[0]>>, met <<loverdays[0]>> time.'
|
|
|
- if haraklover[0] = 0 and loverrelation[0] > 1:'He''s calm and self-possessed character.'
|
|
|
- if haraklover[0] = 1 and loverrelation[0] > 1:'He has a cheerful and sociable character.'
|
|
|
- if haraklover[0] = 2 and loverrelation[0] > 1:'He''s short-tempered and rigid.'
|
|
|
- *nl
|
|
|
- if pcs_lovers[1] = 1:'Your guy <<$loverdesc[1]>> <<$loverbody[1]>> <<$loverbod[1]>> <<$loverface[1]>>.<<$loverdesc[1]>> <<$loverClo[1]>> Relationship <<loverrelation[1]>>, met <<loverdays[1]>> time.'
|
|
|
- if haraklover[1] = 0 and loverrelation[1] > 1:'He''s calm and self-possessed character.'
|
|
|
- if haraklover[1] = 1 and loverrelation[1] > 1:'He has a cheerful and sociable character.'
|
|
|
- if haraklover[1] = 2 and loverrelation[1] > 1:'He''s short-tempered and rigid.'
|
|
|
+ if loverGender[0] = 0:
|
|
|
+ $obj_loverintro = 'Your boyfriend'
|
|
|
+ $obj_loverpron = 'He'
|
|
|
+ else
|
|
|
+ $obj_loverintro = 'Your girlfriend'
|
|
|
+ $obj_loverpron = 'She'
|
|
|
+ end
|
|
|
+ if pcs_lovers[0] = 1:'<<$obj_loverintro>> <<$loverdesc[0]>> is <<$loverbody[0]>> height and <<$loverbod[0]>> build with <<$loverface[0]>> hair. <<$loverdesc[0]>> is <<$loverClo[0]>>. Your relationship is <<loverrelation[0]>> after <<loverdays[0]>> days dating.'
|
|
|
+ if haraklover[0] = 0 and loverrelation[0] > 1:'<<$obj_loverpron>>''s timid and lacks confidence.'
|
|
|
+ if haraklover[0] = 1 and loverrelation[0] > 1:'<<$obj_loverpron>> has a cheerful and sociable personality.'
|
|
|
+ if haraklover[0] = 2 and loverrelation[0] > 1:'<<$obj_loverpron>>''s short-tempered and strict.'
|
|
|
+ *nl
|
|
|
+ if loverGender[1] = 0:
|
|
|
+ $obj_loverintro = 'Your boyfriend'
|
|
|
+ $obj_loverpron = 'He'
|
|
|
+ else
|
|
|
+ $obj_loverintro = 'Your girlfriend'
|
|
|
+ $obj_loverpron = 'She'
|
|
|
+ end
|
|
|
+ if pcs_lovers[1] = 1:'<<$obj_loverintro>> <<$loverdesc[0]>> is <<$loverbody[0]>> height and <<$loverbod[0]>> build with <<$loverface[0]>> hair. <<$loverdesc[0]>> is <<$loverClo[0]>>. Your relationship is <<loverrelation[0]>> after <<loverdays[0]>> days dating.'
|
|
|
+ if haraklover[1] = 0 and loverrelation[0] > 1:'<<$obj_loverpron>>''s timid and lacks confidence.'
|
|
|
+ if haraklover[1] = 1 and loverrelation[0] > 1:'<<$obj_loverpron>> has a cheerful and sociable personality.'
|
|
|
+ if haraklover[1] = 2 and loverrelation[0] > 1:'<<$obj_loverpron>>''s short-tempered and strict.'
|
|
|
+ *nl
|
|
|
+ if loverGender[2] = 0:
|
|
|
+ $obj_loverintro = 'Your boyfriend'
|
|
|
+ $obj_loverpron = 'He'
|
|
|
+ else
|
|
|
+ $obj_loverintro = 'Your girlfriend'
|
|
|
+ $obj_loverpron = 'She'
|
|
|
+ end
|
|
|
+ if pcs_lovers[2] = 1:'<<$obj_loverintro>> <<$loverdesc[0]>> is <<$loverbody[0]>> height and <<$loverbod[0]>> build with <<$loverface[0]>> hair. <<$loverdesc[0]>> is <<$loverClo[0]>>. Your relationship is <<loverrelation[0]>> after <<loverdays[0]>> days dating.'
|
|
|
+ if haraklover[2] = 0 and loverrelation[0] > 1:'<<$obj_loverpron>>''s timid and lacks confidence.'
|
|
|
+ if haraklover[2] = 1 and loverrelation[0] > 1:'<<$obj_loverpron>> has a cheerful and sociable personality.'
|
|
|
+ if haraklover[2] = 2 and loverrelation[0] > 1:'<<$obj_loverpron>>''s short-tempered and strict.'
|
|
|
*nl
|
|
|
- if pcs_lovers[2] = 1:'Your guy <<$loverdesc[2]>> <<$loverbody[2]>> <<$loverbod[2]>> <<$loverface[2]>>.<<$loverdesc[2]>> <<$loverClo[2]>> Relationship <<loverrelation[2]>>, met <<loverdays[2]>> time.'
|
|
|
-
|
|
|
- if haraklover[2] = 0 and loverrelation[2] > 1:'He''s calm and self-possessed character.'
|
|
|
- if haraklover[2] = 1 and loverrelation[2] > 1:'He has a cheerful and sociable character.'
|
|
|
- if haraklover[2] = 2 and loverrelation[2] > 1:'He''s short-tempered and rigid.'
|
|
|
-
|
|
|
|
|
|
*nl
|
|
|
gs'Menu.Create','zapisMenu'
|