|
@@ -10,7 +10,7 @@ if $ARGS[0] = 'clotTypePrefTmp':
|
|
|
if $clotTypePrefTmp = $clothingworntype:
|
|
|
loverrelation[lover_number] += 1
|
|
|
$meetClot = '<<$loverdesc[lover_number]>> says, "I like the type of clothing you are wearing <<$pcs_nickname>>. I think girls look amazing in <<$clotTypePrefTmp>> clothing."'
|
|
|
- elseif $clotTypePrefTmp = $clothingworntype:
|
|
|
+ else
|
|
|
loverrelation[lover_number] -= 1
|
|
|
$meetClot = '<<$loverdesc[lover_number]>> says nerviously, "I don''t mean to be rude <<$pcs_nickname>>, but I don''t think <<$clothingworntype>> clothing looks nice on girls. I like girls who wear <<$clotTypePrefTmp>> clothing."'
|
|
|
end
|
|
@@ -18,7 +18,7 @@ if $ARGS[0] = 'clotTypePrefTmp':
|
|
|
if $clotTypePrefTmp = $clothingworntype:
|
|
|
loverrelation[lover_number] += 2
|
|
|
$meetClot = '<<$loverdesc[lover_number]>> says, "I think girls who where <<$clothingworntype>> clothing look amazing. I''m glad you chose that type of clothing."'
|
|
|
- elseif $clotTypePrefTmp = $clothingworntype:
|
|
|
+ else
|
|
|
loverrelation[lover_number] -= 2
|
|
|
$meetClot = '<<$loverdesc[lover_number]>> says cafefully, "<<$pcs_nickname>> to be honest, I don''t think <<$clothingworntype>> clothing looks good on you. I think <<$clotTypePrefTmp>> clothing would look better on you."'
|
|
|
end
|
|
@@ -26,7 +26,7 @@ if $ARGS[0] = 'clotTypePrefTmp':
|
|
|
if $clotTypePrefTmp = $clothingworntype:
|
|
|
loverrelation[lover_number] += 3
|
|
|
$meetClot = '<<$loverdesc[lover_number]>> says, "<<$pcs_nickname>>, you look fucking hot in <<$clothingworntype>> clothes. It looks amazing on you!"'
|
|
|
- elseif $clotTypePrefTmp = $clothingworntype:
|
|
|
+ else
|
|
|
loverrelation[lover_number] -= 3
|
|
|
$meetClot = '<<$loverdesc[lover_number]>> says rather rudely, "I think girls who wear <<$clothingworntype>> type clothing looks like shit. Girls who wear <<$clotTypePrefTmp>> turn me on much more."'
|
|
|
end
|