Well, it still has the interaction editor, which means less coding... sort of. Other than that, AGS 3.xx is much nicer to use (and I don't really like the interaction editor anyway)
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 TalkedToBjork = true;
cBergthora.Say("Did you ask Bjork about the shovel?");
if (TalkedToBjork == true)
{
cWizard.Say("Yes, I have. She says you can have it.");
cBergthora.Say("Great! Help yourself to my squishy carrot.");
}
else
{
cWizard.Say("No, not yet.");
cBerthora.Say("You shan't have my squishy carrot then!");
}
function repeatedly_execute_always()
{
if (IsTimerExpired(2))
{
oFlag.Animate(1, 3, eOnce, eNoBlock);
int Flagtime = Random(40) + 40;
SetTimer(2, Flagtime);
}
}
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.286 seconds with 15 queries.