THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
Use <USER><PASS> Variables inside javascript
-
Was wondering if it was possible to use the <USER><PASS> variables inside the jint implementation.
And if so, how?
-
The variables are passed from Openbullet to Jint by it's name.
So if you have a <SOURCE> on Openbullet, it's SOURCE on Jint. - A <MyVariable> is MyVariable
-
Thanks man, it worked.