Search found 2 matches

by ravenyear
December 11th, 2024, 2:00 am
Forum: Scenario & Campaign Development
Topic: Oath of Allegiance [SP Desert People Campaign for 1.18.3]
Replies: 389
Views: 173749

Re: Oath of Allegiance [SP Desert People Campaign for 1.18.3]

Hello, I want to report an oversight. It seems if you cleared the scenario "Peril" by defeating all enemies, you won't get Uthain. I suggest adding a check, maybe like after killing Narfi and he'll come out and say thing like "What's all this commotion?". I added in your suggest...
by ravenyear
November 27th, 2022, 11:02 pm
Forum: WML Workshop
Topic: Trait awarded on advancement
Replies: 6
Views: 1966

Re: Trait awarded on advancement

I found another way to add a trait to a unit when it advances by triggering on the post_advance event. #define ADD_TRAIT_TO_UNIT_ON_EVENT TRAIT TRAIT_ID UNIT_TYPE EVENT_NAME [event] name={EVENT_NAME} first_time_only=no [filter] type={UNIT_TYPE} [/filter] [modify_unit] [filter] id=$unit.id # prevents...