Basically, i want an inanimate object (A toaster to be precise) to talk. Now, i realise i could just make it a character, but i would really find being able to position it in the editor (as an object) instead of in my scripts really useful, so is there any way i can make an object talk?
No, objects don't talk - at least not in AGS. You could have an invisible character speak the lines of the toaster, but the easiest thing would be to just make it a character and figure out the proper coordinates (y should be the same as for the object, x should be the same as for the object plus half the width of the sprite).
ok, thanks, I was guessing this would probs be the case, oh well.
Yeh, i will just make it a character.