Interaction with http?
syntaxys
Member Posts: 8
Are there ways to interact from the toolset scripts with http / api?
0
Comments
You can trick the server to send a request to a third party (e.g. using the ActivatePortal() function), but the format of those requests will be very limited. You could have a gateway server that takes the NWN net packages and translates them to http, then back into some NWN ones to give back to your module.
But really, use NWNX, that's what it's for.