OpenDialog
Opens the Yes/No dialog
Unused/Unfinished Postal3Script function
Technical Details
Executes "gameui_show_p3_yes_no_dialog" console command with parameters
// The console command will ignore any parameter
OpenDialog 0
Events followed by Answer
Depending on the answer, it will fire the event called "OnDialogNo" or "OnDialogYes" for the Actor that executed it.
Normally it would mean the executed Actor would be the Player, but in this function there's no hardcoded check for the Player.