![]() |
Help with code please
I'm trying to evaluate if the target windows' power is showing "0%" or "None"
Now this trigger works in the builder, but not ingame, any ideas? Parent.Trigger.Activated=((Parent.PowerPage.Power.LocalText)==('None')) |
dont use localtext, that wont do anything, use the regular text
|
Thanks Taco, I've tried this, still no go.
Local text has worked for other triggers I've done.... |
If you working on test you shold be able to do
Parent.Trigger.Activated=((Parent.PowerPage.Power.LocalText = 'None') ? true : false) I haven't tested ternary operators yet, but one of the patch notes said they added them. |
| All times are GMT -5. The time now is 11:22 PM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI