• 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.

How to make a Normal vote trigger?

Status
Not open for further replies.
Level 13
Joined
Jun 3, 2011
Messages
1,058
A Vote mode example:player 1 chooses a mode then player 2 writes -yes player 3 writes yes so on like that
 
Level 12
Joined
Sep 11, 2011
Messages
1,176
Okay, It's done..

now what you need to know is that you can configure the Modes in the Mode Setup.

example :
  • Mode Setup
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Set DialogTitle = Choose Your Difficulty :
      • Set NumberOfMode = 3
      • Set Mode[1] = Easy
      • Set Mode[2] = Normal
      • Set Mode[3] = Hard
so when you want a title of dialog of 'Mode Available'
and the Dialog consist of :
Mode 1 = Zombie Survival
Mode 2 = Deathmatch
Mode 3 = Haunt
Mode 4 = Bomberman
Mode 5 = Almia

the trigger will be like this :
  • Mode Setup
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Set DialogTitle = Mode Available :
      • Set NumberOfMode = 5
      • Set Mode[1] = Zombie Survival
      • Set Mode[2] = Deathmatch
      • Set Mode[3] = Haunt
      • Set Mode[4] = Bomberman
      • Set Mode[5] = Almia
I hope you get what i mean :)
 

Attachments

  • Vote System.w3x
    19.7 KB · Views: 34
Status
Not open for further replies.
Top