No line 81 in room script and just normal ) in asc line 81
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
game.score=0;
if (HasPlayerBeenInRoom(5))
game.score=0;
if (HasPlayerBeenInRoom(14))
GiveScore(-38950);
cfence.Say("I estimate your Grand Total to be: $%d", game.score, game.total_score);
game.score=0;
if (HasPlayerBeenInRoom(5))
game.score=0;
if (HasPlayerBeenInRoom(14))
GiveScore(-38950);
hHotspot5.Enabled = false;
Overlay* myOverlay = Overlay.CreateTextual(520,40,120, Game.SpeechFont, 15,""Total: $%d");
function room_AfterFadeIn()
{
Display("You arrive at Lazlo's dirty, dingy room!");
cfence.Say("Hiya Fanito, long time no see!");
cPaul.Say("Hi Lazlo. How's business?");
cfence.Say("So so. What you got?");
Display("He looks at what you've got");
Total = (Total + 10000);
Display("Total: $%d", Total);
{
if (Total>12000)
Display("well done Fanito");
else Display("Bad luck Fanito");
{
}
}
}
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.228 seconds with 14 queries.