Reply to New Forum Feature: Code Tag
If you don't have an account, just leave the password field blank.
The Code tag is now operational. To use it, try this (without spaces in the tags):
[ code ]
void talk(void)
{
freeze(1);
freeze(¤t_sprite);
say_stop("Boy, this code tag sure is spiffy!", 1);
wait(100);
say_stop("`9But does it have to be so garish?", ¤t_sprite);
wait(100);
say_stop("Well, making it look nicer would take more effort...", 1);
wait(100);
say_stop("`9Ah, I see.", ¤t_sprite);
unfreeze(¤t_sprite);
unfreeze(1);
}
[ /code ]
And it shows up like this:
[ code ]
void talk(void)
{
freeze(1);
freeze(¤t_sprite);
say_stop("Boy, this code tag sure is spiffy!", 1);
wait(100);
say_stop("`9But does it have to be so garish?", ¤t_sprite);
wait(100);
say_stop("Well, making it look nicer would take more effort...", 1);
wait(100);
say_stop("`9Ah, I see.", ¤t_sprite);
unfreeze(¤t_sprite);
unfreeze(1);
}
[ /code ]
And it shows up like this:
void talk(void)
{
freeze(1);
freeze(¤t_sprite);
say_stop("Boy, this code tag sure is spiffy!", 1);
wait(100);
say_stop("`9But does it have to be so garish?", ¤t_sprite);
wait(100);
say_stop("Well, making it look nicer would take more effort...", 1);
wait(100);
say_stop("`9Ah, I see.", ¤t_sprite);
unfreeze(¤t_sprite);
unfreeze(1);
}







