- Joined
- Sep 14, 2007
- Messages
- 1,538
I have a quest where you need to build 3 of the same building. However I do not know how to make it work more than once, and on top of that the trigger isn't even working for one construction of the quest heres what i have so far.
Thanks.
-
Build Pig Farm
-
Events
-
Map initialization
-
-
Conditions
-
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 Farm
-
Quest - Mark Farm 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 Farm as Completed
-
-
Thanks.