Author Topic: Taking data from dump();  (Read 1381 times)

And that will get me the same numbers as /getid?
No. That would get you the client's ID. Client's ID and player ID are different.
%id = findclientbyname("Badspot").player;

Thank you SO much. I finally got what I wanted 5 hours ago :)

Assuming that all tagged fields are indeed tagged correctly:

Code: [Select]
%i = -1; While(%obj.getTaggedField(%i++) !$= "")
{
     %fieldData = %obj.getTaggedField(%i);
}


I think all objects have the getTaggedField function.