Talk:SetOwner: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(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, ...)
 
(No difference)

Latest revision as of 12:03, 19 January 2013

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.