You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmdr.power property to be correctly populated by the Commander's pledged Power.
Observed
cmdr.power is set as 'None' when pledged to a power.
Steps to reproduce
Pledge allegiance to a Power.
Check the value of cmdr.power.
Observe it is 'None'.
Configuration
Version [Please give full version numbers here, not just "latest" or "current"]
EDDI Version: v4.1.0-b3
VoiceAttack Version: N/A
Localization [if applicable]
EDDI's language: British English
Voice: Ivona Amy
My Investigation
Investigation Notes
I've tried to add some Power Play reporting to my EDDI personality, and found that even though I've been pledge to Li Yong-Rui since the start of PP2, EDDI says that my Power is 'None'.
To check this, I just made a simple script that just voices {cmdr.power}, and it only says 'None'.
EDDI Logs
N/A
Player journals
This entry is at the start of the Journal, so EDDI should know who I'm pledged to: { "timestamp":"2024-11-28T22:19:25Z", "event":"Powerplay", "Power":"Li Yong-Rui", "Rank":7, "Merits":36842, "TimePledged":2079080 }
The text was updated successfully, but these errors were encountered:
Hmm, I think that it may also apply to systems. I'll need to do some more tests, but I've just tried the following:
{set reportSystem to SystemDetails("HIP 20935")}
{reportSystem.power}
This also says 'None', yet it is a Stronghold system for LYR. I've tried a couple of other LYR systems and they are all the same.
I thought I had this work earlier today, I just can't remember what system I was in, but I could be mistaken.
What's Wrong (please be as specific as possible)
Expected
cmdr.power
property to be correctly populated by the Commander's pledged Power.Observed
cmdr.power
is set as 'None' when pledged to a power.Steps to reproduce
cmdr.power
.Configuration
My Investigation
Investigation Notes
I've tried to add some Power Play reporting to my EDDI personality, and found that even though I've been pledge to Li Yong-Rui since the start of PP2, EDDI says that my Power is 'None'.
To check this, I just made a simple script that just voices
{cmdr.power}
, and it only says 'None'.EDDI Logs
N/A
Player journals
This entry is at the start of the Journal, so EDDI should know who I'm pledged to:
{ "timestamp":"2024-11-28T22:19:25Z", "event":"Powerplay", "Power":"Li Yong-Rui", "Rank":7, "Merits":36842, "TimePledged":2079080 }
The text was updated successfully, but these errors were encountered: