• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

dialogue help

Status
Not open for further replies.
Level 9
Joined
Nov 27, 2004
Messages
465
Create dialog "alpha"
dialog-text for dialog "alpha" :here is your text
set (button variable) = last created button
^^

that's all
for using of it next trigger:

button clicked
clicked button := your button variable
Do
.....

also you may do this way
you may make a trigger for using different players for 1 trigger
example:

button clicked
clicked button := your button variable
Do
if triggering player = player 1
then do ...
if triggering player = player 2
then do ...
and etc.
 
Status
Not open for further replies.
Top