![]() |
Passing a list of NPCs from clientside to serverside
Maybe I was being too specific last time;
all I really need is to send a list of NPCs to the server. I got the triggeraction all worked out no problems, but how do I send a list of NPCs that the server can do something with? I can make a comma-delimited string of npc.ids, but the server can't do anything with just npc.ids apparently. I can make a comma-delimited string of npc.names, but the client can't get npc.name. I can make a comma-delimited string of npc objects, but as npcs are not themselves strings they collapse when added to a string list. Is there a way to concatenate an NPC-object onto a list of NPC-objects, and wind up with the equivalent of the NPC-list you get with findareanpcs? That might work. That or a way to get an npc's name clientside or findnpcbyid serverside. |
It is possible to send clientside<->serverside data.
I don't know if it helps, at all. PHP Code:
|
| All times are GMT +2. The time now is 11:09 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.