Reply to Re: New Forum Feature: Code Tag
If you don't have an account, just leave the password field blank.
void talk(void)
freeze(&king)
say_stop("`1MAH BOI! I wonder what's for dinner!", &king);
unfreeze(&king);
}
Man this stuff is great!
void talk(void)
freeze(&king)
say_stop("`1MAH BOI! I wonder what's for dinner!", &king);
unfreeze(&king);
}