Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Authoring Kit (http://forums.wolflair.com/forumdisplay.php?f=58)
-   -   Bootstrap with Condition (http://forums.wolflair.com/showthread.php?t=60785)

tkarn June 13th, 2018 11:38 PM

Bootstrap with Condition
 
Hi,

i try to code a custom system and have a question, I didn't find the correct solution yet. Maybe it's only a syntax problem.

I have a Fighter class: ctyKampfer.
I have an 2 level for Fighter: ChTypSt.cttKampf2.
I have a ability "Trained with all weapons": sfcTrAlWaK

sfcTrAlWaK is bootstrapped by ctyKampfer. This works fine.

Now I wish the following:
sfcTrAlWaK should only be bootstrapped, when ChTypSt.cttKampf2 is assigned.

I tried to add a condition for sfcTrAlWaK:
In the setup phase with priority: 100

hero#ChTypSt.cttKampf2

Now the "Trained with all weapons" ability disppeares, if ChTypSt.cttKampf2 is assigned or not.

What is wrong?

EDIT: A (hero.tagis[ChTypStu.Stufe2] <> 0) makes a syntax or "hero.tagis" not defined error.
I searched in the wiki, but i did'nt find a solution.

TCArknight June 14th, 2018 03:18 AM

Look at what priority and phase ChTypSt.cttKampf2 is being assigned. It sounds like you’re checking the hero for the tag before it’s assigned, and those it’ll never be present for the check.

tkarn June 14th, 2018 03:48 AM

Oh, thank you. That was the problem.


All times are GMT -8. The time now is 06:07 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.