|
@@ -165,7 +165,20 @@ if $ARGS[0] = 'start':
|
|
'<<$hair>>'
|
|
'<<$hair>>'
|
|
'<<$pcs_makeup>>. Your ' + iif(pcs_eyesize > 1, '<<$pc_desc[''eye size'']>> ', '') + 'eyes are <<$pc_desc[''eye colour'']>> <<$pcs_lashes>>.'
|
|
'<<$pcs_makeup>>. Your ' + iif(pcs_eyesize > 1, '<<$pc_desc[''eye size'']>> ', '') + 'eyes are <<$pc_desc[''eye colour'']>> <<$pcs_lashes>>.'
|
|
if glass > 0: 'You are wearing <<$pc_descWordy[''vision'']>>.'
|
|
if glass > 0: 'You are wearing <<$pc_descWordy[''vision'']>>.'
|
|
- 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips.'
|
|
|
|
|
|
+ if pcs_missing_teeth = 1:
|
|
|
|
+ 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips. You have lost <<pcs_missing_teeth>> <a href="exec:gs ''obj_din'', ''show_missing_teeth''">tooth</a>.'
|
|
|
|
+ elseif pcs_missing_teeth >= 2:
|
|
|
|
+ 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips. You have lost <<pcs_missing_teeth>> <a href="exec:gs ''obj_din'', ''show_missing_teeth''">teeth</a>.'
|
|
|
|
+ end
|
|
|
|
+ if pcs_brace = 1:
|
|
|
|
+ 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips. You are wearing a brace on your <a href="exec:gs ''obj_din'', ''show_teeth''">teeth</a> .'
|
|
|
|
+ elseif pcs_teeth = -1:
|
|
|
|
+ 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips. You have a perfect white <a href="exec:gs ''obj_din'', ''show_teeth''">smile</a>.'
|
|
|
|
+ elseif pcs_teeth > 0:
|
|
|
|
+ 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips. Your <a href="exec:gs ''obj_din'', ''show_teeth''">teeth</a> are not straight at all. It might be a good idea to see a dentist to straighten them.'
|
|
|
|
+ else
|
|
|
|
+ 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips. Your <a href="exec:gs ''obj_din'', ''show_teeth''">teeth</a> are miscoloured. It might be a good idea to see a dentist to get them cleaned up.'
|
|
|
|
+ end
|
|
'<<$skin>>'
|
|
'<<$skin>>'
|
|
|
|
|
|
!########## hair additional desc ##########
|
|
!########## hair additional desc ##########
|
|
@@ -201,7 +214,20 @@ if $ARGS[0] = 'start':
|
|
'<<$hair>>'
|
|
'<<$hair>>'
|
|
'<<$pcs_makeup>>. Your ' + iif(pcs_eyesize > 1, '<<$pc_desc[''eye size'']>> ', '') + 'eyes are <<$pc_desc[''eye colour'']>> <<$pcs_lashes>>.'
|
|
'<<$pcs_makeup>>. Your ' + iif(pcs_eyesize > 1, '<<$pc_desc[''eye size'']>> ', '') + 'eyes are <<$pc_desc[''eye colour'']>> <<$pcs_lashes>>.'
|
|
if glass > 0: 'You are wearing <<$pc_descWordy[''vision'']>>.'
|
|
if glass > 0: 'You are wearing <<$pc_descWordy[''vision'']>>.'
|
|
- 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips.'
|
|
|
|
|
|
+ if pcs_missing_teeth = 1:
|
|
|
|
+ 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips. You have lost <<pcs_missing_teeth>> <a href="exec:gs ''obj_din'', ''show_missing_teeth''">tooth</a>.'
|
|
|
|
+ elseif pcs_missing_teeth >= 2:
|
|
|
|
+ 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips. You have lost <<pcs_missing_teeth>> <a href="exec:gs ''obj_din'', ''show_missing_teeth''">teeth</a>.'
|
|
|
|
+ end
|
|
|
|
+ if pcs_brace = 1:
|
|
|
|
+ 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips. You are wearing a brace on your <a href="exec:gs ''obj_din'', ''show_teeth''">teeth</a> .'
|
|
|
|
+ elseif pcs_teeth = -1:
|
|
|
|
+ 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips. You have a perfect white <a href="exec:gs ''obj_din'', ''show_teeth''">smile</a>.'
|
|
|
|
+ elseif pcs_teeth > 0:
|
|
|
|
+ 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips. Your <a href="exec:gs ''obj_din'', ''show_teeth''">teeth</a> are not straight at all. It might be a good idea to see a dentist to straighten them.'
|
|
|
|
+ else
|
|
|
|
+ 'You have <<$pcs_lipbalm>> <<$pc_desc[''lip size'']>> lips. Your <a href="exec:gs ''obj_din'', ''show_teeth''">teeth</a> are miscoloured. It might be a good idea to see a dentist to get them cleaned up.'
|
|
|
|
+ end
|
|
'<<$skin>>'
|
|
'<<$skin>>'
|
|
|
|
|
|
if curly > 0 and defcurly = 0: '<br>Your curly hair will last for another <<curly>> days.'
|
|
if curly > 0 and defcurly = 0: '<br>Your curly hair will last for another <<curly>> days.'
|