home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
frame_1677
/
DoAction_2.as
next >
Wrap
Text File
|
2002-05-21
|
863b
|
60 lines
if(cond == 0)
{
if(50 >= mood)
{
tellTarget("/facial")
{
gotoAndStop(4);
}
}
else if(mood < 100)
{
tellTarget("/facial")
{
gotoAndStop(3);
}
}
else if(mood < 150)
{
tellTarget("/facial")
{
gotoAndStop(1);
}
}
else if(mood < 200)
{
tellTarget("/facial")
{
gotoAndStop(2);
}
}
else if(300 >= mood and ship >= 1500)
{
tellTarget("/facial")
{
gotoAndStop(5);
}
}
else if(300 >= mood)
{
tellTarget("/facial")
{
gotoAndStop(2);
}
}
}
else if(cond == 1)
{
tellTarget("/facial")
{
gotoAndStop(6);
}
}
else if(cond == 2)
{
tellTarget("/facial")
{
gotoAndStop(7);
}
}