Variables between plugins

Posted by IREMUSH on Mon 01 Feb 2016 07:39 PM — 3 posts, 15,223 views.

#0
So I have a question. I know you can use different script languages in different packages. I found an IRE GMCP plugin from the aardwolf implementation. Is there a way for me to make calls to that plugin and variables it uses from a plugin that is jscript based?


Thanks
USA Global Moderator #1
Quote:
I know you can use different script languages in different packages.

But you should really consider only using Lua. Languages that depend on the Windows Script Host for integration will cause problems for Linux Wine users (like me).

Quote:
Is there a way for me to make calls to that plugin and variables it uses

http://www.gammon.com.au/scripts/function.php?name=getpluginvariable
#2
Fiendish said:

Quote:
I know you can use different script languages in different packages.

But you should really consider only using Lua. Languages that depend on the Windows Script Host for integration will cause problems for Linux Wine users (like me).

If I didn't already have thousands of line of javascript written for the IRE webclient and wanted to re-write it in lua I would :D

Quote:
Is there a way for me to make calls to that plugin and variables it uses

http://www.gammon.com.au/scripts/function.php?name=getpluginvariable


Thanks :) what I was looking for, TMI digging through everything at the moment