: void (main)
: {
: say_stop("'2SabreTrout is being bored", ¤t_sprite);
: say_stop("'2Sorry", ¤t_sprite);
: }
: Sorry, I am just being bored...
: What d-mods are people planning to release next month?
Try it like this:
void talk (void)
{
say_stop("'2I'm bored.", &SabreTrout);
wait(200);
say_stop("'9THEN GO MAKE A D-MOD!", &bin);
}
: void (main)
: {
: say_stop("'2SabreTrout is being bored", ¤t_sprite);
: say_stop("'2Sorry", ¤t_sprite);
: }
: Sorry, I am just being bored...
: What d-mods are people planning to release next month?
Well i'll say it just a few more times to build enough hype that people will pester me til its done, but i'm gonna haul ass on okaly-d dink to get the demo good enough to release. It'll showcase a helluva lot of cool new stuff, so uh..bother me if its not out within a month or so.
: void (main)
: {
: say_stop("'2SabreTrout is being bored", ¤t_sprite);
: say_stop("'2Sorry", ¤t_sprite);
: }
: Sorry, I am just being bored...
: What d-mods are people planning to release next month?
There is indeed something wrong with the script, it should be void main (void), LOL :)
: void (main)
: {
: say_stop("'2SabreTrout is being bored", ¤t_sprite);
: say_stop("'2Sorry", ¤t_sprite);
: }
: Sorry, I am just being bored...
: What d-mods are people planning to release next month?
Try;
void main ()
{
say("I'm so bored, I'm picking belly button lint",1);
}