Talk:SetOwner

From RPTools Wiki
Revision as of 12:03, 19 January 2013 by Flynnkd (talk | contribs) (New page: I tried using a list from getAllPlayers() but it simply adds the string as a new player. Using json to generate the list works. [setOwner(getAllPLayers())] adds a new player to the list, ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I tried using a list from getAllPlayers() but it simply adds the string as a new player. Using json to generate the list works.

[setOwner(getAllPLayers())] adds a new player to the list, but [setOwner(getAllPlayers("JSON"))] will work.