Reply to Making dead things talk
If you don't have an account, just leave the password field blank.
Is it possible to make a dead enemy talk?
An enemy is created via the create_sprite() function, then I attach the enemy script to it with sp_script. Once it's dead, if I try and make it talk (it has the local variable &slay3) with say_stop("text", &slay3); the text doesn't show up, or it shows up at some random place nowhere near the dead body.
So my question is, how do I make the text appear above the dead body? I'm sure I've seen it done in Dink before, I'm just not sure how. If it's stupidly complicated or something, then this is for a side-quest so I could probably take it out or redo the fight differently.
An enemy is created via the create_sprite() function, then I attach the enemy script to it with sp_script. Once it's dead, if I try and make it talk (it has the local variable &slay3) with say_stop("text", &slay3); the text doesn't show up, or it shows up at some random place nowhere near the dead body.
So my question is, how do I make the text appear above the dead body? I'm sure I've seen it done in Dink before, I'm just not sure how. If it's stupidly complicated or something, then this is for a side-quest so I could probably take it out or redo the fight differently.
