Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: SSH on Thu 03/03/2005 17:10:09

Title: SUGGESTION: room repeatedly_execute function
Post by: SSH on Thu 03/03/2005 17:10:09
OK, you can add one through the interaction editor, but since you can code a repeatedly_execute_always in to the room script directly, why can't we code in a repeatedly_execute?

Yours faithfully,

An interaction editor hater
Title: Re: SUGGESTION: room repeatedly_execute function
Post by: Radiant on Thu 03/03/2005 17:57:31

function repeatedly_execute () {
  CallRoomScript (-1);
}


:P


Spoiler

Seriously though, good idea.
[close]
Title: Re: SUGGESTION: room repeatedly_execute function
Post by: Pumaman on Thu 03/03/2005 19:02:18
I guess it's a reasonable suggestion, can't see why not :P
Title: Re: SUGGESTION: room repeatedly_execute function
Post by: strazer on Mon 07/03/2005 08:18:09
I'm bumping this so you don't forget. :)

I support this, it would also make it easier for beginners to paste our suggestions in their room scripts without having to create the interaction first.
Title: Re: SUGGESTION: room repeatedly_execute function
Post by: strazer on Mon 14/03/2005 13:05:56
Tracker'd: http://www.adventuregamestudio.co.uk/tracker.php?action=detail&id=514