Something weird...

coolman

Active Member
echo ${Me.Ability[Minion's Stance: Defensive Haven](exists)}

returns null

echo ${Me.Ability[Defensive Haven](exists)}

returns true

echo ${Me.Ability[Minion's Stance: Temporal Haven](exists)}

returns true

echo ${Me.Ability[Temporal Haven](exists)}

returns null

:eek: :eek: :confused: :confused:
 

Amadeus

The Maestro
Staff member
That is odd.

Write a short script to go through all of your abilities and write out to console or a file all of teh abilities names ...and use quotation marks or some other delimiter so you can see when/if black spaces are used in the names.

Sometimes the names of abilities in the abilities list is different from what is displayed.
 

chemical77

Active Member
Are you patching Innerspace with dev patches? Build 4603 fixes some relay stuff that may be affecting certain .Escaping in variables.

If you are, uncheck the dev patches option, close and restart IS, and it will patch to the stable version.
 
Top Bottom