As soon as I enter the dialog it takes me straight to a different room (accessed by clicking on one of the options) without even seeing the dialog options themselves, anybody got an idea?
Can you post your dialog script here for us to check?
Have you inserted a return in the dialog's startup section?
// dialog script file
@S // dialog startup entry point
return
@1 // option 1
new-room 5
stop
@2 // option 2
new-room 5
stop
@3 // option 3
new-room 5
stop
Its probably a simple explanation and I'm just being ignorant ;D
Thankyou guys all the same, I've just figured it out, sorry for wasting your time