Hey Community,
i tried to make a quest with a friend of mine together but it still don't work
And now the thing that dont work
Please help me ...
Greets Sri6
i tried to make a quest with a friend of mine together but it still don't work
-
Farmer Joes Quest Entering
-
Ereignisse
-
Einheit - A unit enters Welcome Quest <gen>
-
-
Bedingungen
-
((Entering unit) is Ein Held) Gleich True
-
-
Aktionen
-
Set Welcomingquest = (All players matching ((Owner of (Entering unit)) Gleich (Owner of (Entering unit))))
-
Spiel - Display to Welcomingquest the text: Hey ! Farmer Joe ha...
-
Custom script: call DestroyForce(udg_Welcomingquest)
-
Wait 10.00 seconds
-
Video - Clear the screen of text messages for (All players matching ((Matching player) Gleich (Owner of (Triggering unit))))
-
-
And now the thing that dont work
-
Dialog for Accepting or Declining Quest
-
Ereignisse
-
Einheit - A unit enters Welcome Quest <gen>
-
-
Bedingungen
-
((Entering unit) is Ein Held) Gleich True
-
-
Aktionen
-
Dialog - Clear Welcome_dialog
-
Dialog - Change the title of Welcome_dialog to Welcoming Quest
-
Dialog - Create a dialog button for Welcome_dialog labelled Accept
-
Set Welcome_D_buttons[1] = (Last created dialog Button)
-
Dialog - Create a dialog button for Welcome_dialog labelled Decline
-
Set Welcome_D_buttons[2] = (Last created dialog Button)
-
Dialog - Zeigen Welcome_dialog for (Triggering player)
-
-
-
Accept Dialog Button
-
Ereignisse
-
Dialog - A dialog button is clicked for Welcome_dialog
-
-
Bedingungen
-
(Clicked dialog button) Gleich Welcome_D_buttons[1]
-
-
Aktionen
-
Quest - Create a Optional quest titled Welcome Quest with the description Hello, Welcome to m..., using icon path ReplaceableTextures\CommandButtons\BTNAmbush.blp
-
-
-
Decline Dialog Button
-
Ereignisse
-
Dialog - A dialog button is clicked for Welcome_dialog
-
-
Bedingungen
-
(Clicked dialog button) Gleich Welcome_D_buttons[2]
-
-
Aktionen
-
Set Welcomingquest = (All players controlled by a ((Triggering player) controller) player)
-
-
Please help me ...
Greets Sri6