Who can i do a dialogue in a multiplayer scenario?

The place to post your WML questions and answers.

Moderator: Forum Moderators

Forum rules
  • Please use [code] BBCode tags in your posts for embedding WML snippets.
  • To keep your code readable so that others can easily help you, make sure to indent it following our conventions.
Post Reply
jmps
Posts: 5
Joined: May 1st, 2009, 12:03 pm

Who can i do a dialogue in a multiplayer scenario?

Post by jmps »

Hello, I´m making a new multiplayer scenario and i´d like know who can i do the following message in the scenario:"I cannot believe what my eyes are seeing! The flesh runs from their bones... these are not orc warriors we fight. They are evil spirits masquerading as orcs!".
I want a hero speak these message, a random hero (the hero can be a human,dwarft,bandit,elf,...)which the computer or the human player assigns in each game, the hero is the side=1 (the player 1), and these message is in the turn 4.
In the scenario.cfg archive I write:
[event]
name=turn 4
[message]
speaker=?????
message= _ "I cannot believe what my eyes are seeing! The flesh runs from their bones... these are not orc warriors we fight. They are evil spirits masquerading as orcs!"
[/message]
[/event]

?????= What does i should to write here?

Can you help me, please? Bye. :)
(Note: I´m sorry for my English,it is very poor) :oops:
User avatar
A Guy
Posts: 793
Joined: May 24th, 2008, 1:55 am

Re: Who can i do a dialogue in a multiplayer scenario?

Post by A Guy »

You don't use speaker=, you use the StandardUnitFilter inside.
I'm just... a guy...
I'm back for now, I might get started on some work again.
User avatar
Turuk
Sithslayer
Posts: 5283
Joined: February 28th, 2007, 8:58 pm
Contact:

Re: Who can i do a dialogue in a multiplayer scenario?

Post by Turuk »

Moved to WML Workshop.
Mainline Maintainer: AOI, DM, NR, TB and THoT.
UMC Maintainer: Forward They Cried, A Few Logs, A Few More Logs, Start of the War, and Battle Against Time
Post Reply