In this tutorial I demonstrate how to have a message box appear that has several buttons, each doing something different. Here is the script I used:
scn choicescript
short doonce
short button
begin onactivate
if (doonce ==0)
showmessage mymessage
set doonce to 1
endif
end
begin menumode 1001
set button to getbuttonpressed
if (button ==0)
player.additem weap10mmpistol 1
endif
if (button ==1)
player.additem weap10mmsubmachinegun 1
endif
end
Download
0 formats
No download links available.
GECK Tutorial - Message Box With Several Buttons | NatokHD