Hey man you have it set like this
DisplayMessage(x10,x92,x0029,x15,x00,x00,+00000,+00008,+00000,x03)
WaitForInstruction(x01,x00)
CloseDialog(x01,xFFFF,x00,x00)
WaitForInstruction(x01,x00)
I have no idea what you put the extra Instruction in there for since that would actually make it wait for another dialogue box before closing the current one instead of waiting for the player to press the button. It needs to be like this instead
DisplayMessage(x10,x92,x0029,x15,x00,x00,+00000,+00008,+00000,x03)
WaitForInstruction(x01,x00)
CloseDialog(x01,xFFFF,x00,x00)
Or you could do it much simpler by simply using
DisplayMessage(x10,x12,x0029,x15,x00,x00,+00000,+00000,+00000,x03)
WaitForInstruction(x01,x00)
if the text is below the person or
DisplayMessage(x10,x14,x0029,x15,x00,x00,+00000,+00000,+00000,x03)
WaitForInstruction(x01,x00)
if its above.. Hope this helps, PM me if you need any more assistance or you can join chat
lots of friendly people their to help
DisplayMessage(x10,x92,x0029,x15,x00,x00,+00000,+00008,+00000,x03)
WaitForInstruction(x01,x00)
CloseDialog(x01,xFFFF,x00,x00)
WaitForInstruction(x01,x00)
I have no idea what you put the extra Instruction in there for since that would actually make it wait for another dialogue box before closing the current one instead of waiting for the player to press the button. It needs to be like this instead
DisplayMessage(x10,x92,x0029,x15,x00,x00,+00000,+00008,+00000,x03)
WaitForInstruction(x01,x00)
CloseDialog(x01,xFFFF,x00,x00)
Or you could do it much simpler by simply using
DisplayMessage(x10,x12,x0029,x15,x00,x00,+00000,+00000,+00000,x03)
WaitForInstruction(x01,x00)
if the text is below the person or
DisplayMessage(x10,x14,x0029,x15,x00,x00,+00000,+00000,+00000,x03)
WaitForInstruction(x01,x00)
if its above.. Hope this helps, PM me if you need any more assistance or you can join chat
lots of friendly people their to help
