Jump to content

Message Box Help


b3w4r3

Recommended Posts

You can find one of examples in FFDiamondCity01WallTriggerScript.psc and corresponding FFDiamondCity01WallMessage "The Wall" [MESG:0001DB75] .

In short,

int ButtonPressed = FFDiamondCity01WallMessage.Show()

If (ButtonPressed == 1)

; do things

ElseIf (ButtonPressed == 2)

; do things

etc.

EndIf

 

MessageBox response value is the 0-based index of button pressed.

Edited by hereami
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...