|
@@ -9,14 +9,18 @@ if $ARGS[0] = 'entrance':
|
|
|
gs 'stat'
|
|
|
'<center><h4><font color="maroon">Igor Kruglov</font></h4></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big4.jpg"></center>'
|
|
|
- if fedorKozlovQW >= 10 and $loc = 'gdkin':
|
|
|
+ if fedorKozlovQW >= 10:
|
|
|
'As you approach Igor, Fedor comes up beside you then turns to Igor. "Igor What are you doing with <<$pcs_firstname>>? You know she''s my girl right?" Igor downcasts his eyes. "Ohh Fedor, I did not know. But if you insist, then okay, I''ll just be going now." Fedor nodded, "Yeah, That will be for the best. Later Igor." and with a distraught expression, Igor takes one last look at you before turning around and walking away.'
|
|
|
*nl
|
|
|
'<center><b><h4><font color="blue"><<"Fyodor [Fedor] Kozlov">></font></h4></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big5.jpg"></center>'
|
|
|
|
|
|
- act 'Go with Fedor':IdorBlock = 1 & gt 'FedorEv', 'Start'
|
|
|
- exit
|
|
|
+ act 'Go with Fedor':
|
|
|
+ IgorLove = -1
|
|
|
+ IdorBlock = 1
|
|
|
+ IgorLoverQW = -1
|
|
|
+ gt 'FedorEv', 'Start'
|
|
|
+ end
|
|
|
end
|
|
|
!!this is all new and replaces how Sveta goes to Igor''s house with him from school.
|
|
|
!!This one is if Igor and Sveta are dating
|