The client I'm using is right on Aardwolf's homepage.
If I ran this:
print(CallPlugin("3e7dedbe37e44942dd46d264","gmcpval","char.vitals.hp"))
The output would be 0 100, and 100 is my hp. But how can I store this 100 in a script that's not a plugin? I tried doing s = (CallPlugin...) and print(s), and it simply printed 0.
Thanks for any help.
If I ran this:
print(CallPlugin("3e7dedbe37e44942dd46d264","gmcpval","char.vitals.hp"))
The output would be 0 100, and 100 is my hp. But how can I store this 100 in a script that's not a plugin? I tried doing s = (CallPlugin...) and print(s), and it simply printed 0.
Thanks for any help.