DIALOG_STYLE_LIST, "back" button?
#1

how to makke a back button? for this kind of dialog? well i can change the button name.. but how do i get which button the players pushes?
Reply
#2

if(response) == Left button
if(!response == Right button
Reply
#3

eh? that doest make any sense ..
if(response == leftbutton) ?? the button i made ? the.. " back" ?
Reply
#4

eh? that doesnt work
Reply
#5

Nope, I mean that:
pawn Код:
if(response) // For the left  button of dialog
pawn Код:
if(!response) // For the right button of dialog
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)