|
@@ -10,7 +10,11 @@ $objdescrip = {
|
|
|
clr
|
|
|
pl'<center><img src="images/pic/icon/description.png"><br></center>'
|
|
|
pl 'Your name is <<$name>> <<$surname>>.'
|
|
|
- pl 'You are <<age>> years old, but you look <<vidage>>.'
|
|
|
+ if age = vidage:
|
|
|
+ pl 'You are <<age>> years old.'
|
|
|
+ else
|
|
|
+ pl 'You are <<age>> years old, but you appear to be <<vidage>>.'
|
|
|
+ end
|
|
|
|
|
|
!!!0.2.6 extension
|
|
|
if StoryLine > 0:
|