Anyone know where I can find these games? Mordy 1 isn't in the games database and the link for Mordy 2 brings me to some page in Slovakian that lacks a download link.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
function hFruitTree_Interact()
{
if oFruit.Visible = true; {
Display("There is no need to climb the tree."); }
else {
Display("There is no need to climb the tree. Besides, there isn't any more ripe fruit to pick anyway.");
}
}
function room_AfterFadeIn()
{
SetMusicRepeat(1);
PlayMusic(6);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.109 seconds with 13 queries.