Duck |
posted 01-01- 04:15 PM CT (US)
Ok, I have this little thingy in my pretend Dmod.. I have a wizard in a room that I want Dink to automatically talk to, but I don't know how to make speech come out of the wizard.. Here's my script for the room: void main(void) { if (&wiz_talked == 0) { move_stop(1, 2, 200, 1); sp_dir(1, 4); move_stop(1, 4, 50, 1); freeze(1); say_stop("Who are you?", 1); say_stop("`6I'd like to ask you the same thing!", ¤t_sprite); } }
|