added the SayBackground, but the original code has for example the line 1 and line 2 said at the same time after 5x timer 1 or am I missing something?
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 room_Load()
{
SetTimer(1, 120);
}
function room_RepExec()
{
if (IsTimerExpired(1)){
cArchie2.SayBackground("Come One! Come All!");
SetTimer(2, 60);
}
if (IsTimerExpired(2)){
cArchie2.SayBackground("See my fabulous assortment of goods available for astonishingly low prices!");
SetTimer(3, 80);
}
if (IsTimerExpired(3)){
cArchie2.SayBackground("There's none so fair as 'Ferris Wares'!");
SetTimer(1, 120);
}
}
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.546 seconds with 19 queries.