Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global Variable Change trigger not working properly? #759

Closed
RandemGamor opened this issue May 31, 2021 · 0 comments · Fixed by #772
Closed

Global Variable Change trigger not working properly? #759

RandemGamor opened this issue May 31, 2021 · 0 comments · Fixed by #772
Labels
bug Something isn't working

Comments

@RandemGamor
Copy link

RandemGamor commented May 31, 2021

Describe the bug
When I change a variable via the client from a command and then variable input box it doesn't detect the change on the other event that should trigger when it changes.

Version Encountered

v.0.7.0.120

To Reproduce
Steps to reproduce the behavior:

  1. Create a Global Variable called 'Var Test' with a textID of \gv{vt}
  2. Create Event with on command Trigger;
    /vartest
    Under commands:
    Input Variable (title & text here doesn't matter)
    Global Variable; 'Var Test'
    Min/Max doesn't matter but make max enough to type something.
  3. Create another Global Event called 'Var Change'
    Commands:
    Add Chatbox Text;
    Text:
    "Var Test Complete; You typed \gv{vt}"
    Channel; Global
    Wait 500ms
    Set Global Variable 'Var Test' to '' (nothing)
  4. Go in game (Client) connect and log in.
  5. Type in chat /vartest
  6. Type something in the variable box.
  7. Nothing happens? It's not detecting the change.

Expected behavior
It should detect the global variable change and input chatbox text to confirm.

Screenshots
n/a

Logs
n/a

Operating System:
n/a

Additional context
It only ever displays the chatbox text if the Global Variable is changed/edited within the intersect editor. I even created an additional Common Event /command of /varcheck
Which pops up a text box to display the current Global Variable data which shows that it has changed. But for some reason, the Event to check isn't detecting the change.. Unless I edit manually in the intersect editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants