- Joined
- Sep 14, 2007
- Messages
- 1,538
First off I'm a complete noob at Triggering, I just started learning more about it this last week. Anyway I want to create a quest where you must build something and this is what I have so far.
Thanks.
+rep to anyone who can shed some light on this for me.
-
Build Pig Farm
-
Events
-
Map initialization
-
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to Pig Farm
-
-
Actions
-
Quest - Create a Required quest titled Housing and Hunger with the description Construct three Pig..., using icon path ReplaceableTextures\CommandButtons\BTNBasicStruct.blp
-
Set Farm = (Last created quest)
-
Quest - Enable (Last created quest)
-
Quest - Mark (Last created quest) as Discovered
-
-
-
Build Pig Farm Complete
-
Events
-
Map initialization
-
Unit - A unit owned by Player 1 (Red) Finishes construction
-
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to Pig Farm
-
-
Actions
-
Set Farm = (Last created quest)
-
Quest - Mark (Last created quest) as Completed
-
-
Thanks.
+rep to anyone who can shed some light on this for me.