Sending Custom Events to a Script¶
Sometimes you want to send messages to a script from another script. We provide a simple way of doing so:
Sending Script¶
1 2 3 4 5 6 7 8 9 |
|
Receiving Script¶
1 2 3 |
|
Sometimes you want to send messages to a script from another script. We provide a simple way of doing so:
1 2 3 4 5 6 7 8 9 |
|
1 2 3 |
|