So in its most basic form, here's the script I got to work:
Public Sub Main(Parms As Object)
Dim CO(8) As Object
CO(0) = "All Clients"
CO(1) = "Script Test"
CO(2) = "Test"
CO(3) = Nothing
CO(4) = ""
CO(5) = Nothing
CO(6) = Nothing
CO(7) = Nothing
CO(8) = ""
hs.PluginFunction("PushOver 3P", "", "Pushscript", CO)
End Sub
Dim CO(8) As Object
CO(0) = "All Clients"
CO(1) = "Script Test"
CO(2) = "Test"
CO(3) = Nothing
CO(4) = ""
CO(5) = Nothing
CO(6) = Nothing
CO(7) = Nothing
CO(8) = ""
hs.PluginFunction("PushOver 3P", "", "Pushscript", CO)
End Sub
Leave a comment: