- Joined
- Sep 21, 2017
- Messages
- 403
- Solutions
- 1
- Reaction score
- 208
- Points
- 55
- Favorite Pinball Machine
- Indiana Jones (Williams)
madmrmax submitted a new resource:
Helper class to invoke xBam.Call Asynchronously to avoid nested call errors - Invoke xBam.Call Asynchronously to avoid nested call errors
Read more about this resource...
Helper class to invoke xBam.Call Asynchronously to avoid nested call errors - Invoke xBam.Call Asynchronously to avoid nested call errors
For those that are interested, I've created a script helper which will invoke xBam.Call asynchronously. Calling xBam.Call async like this enables one function to "use" xBam.Call for a time delay invoke and not have to worry about if the call to xBam.Call is "contained" within another xBam.Call.
Save the vbs file in same dir as table, then in the script for the table at the very top, put:
Note you can also just copy...C#:ExecuteGlobal LoadExternalScript ("BamAsyncInvoke.vbs")
Read more about this resource...
Last edited: