 |
Rahab Wizard
Joined: 22 Mar 2007 Posts: 2320
|
Posted: Sat Jul 10, 2010 12:29 am
[3.22] Is %roomflags() compatible with the new json variables? |
It looks like it is working, but I wanted to be sure. Can the %roomflags() value in the mapper store json variables? A couple tests seem to work fine. Which is great! We can put all kinds of stuff in the flags now.
|
|
|
 |
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sat Jul 10, 2010 2:07 am |
Dunno if it's working properly or not, but you probably don't need to specifically put together a JSON-format string or use %json().
|
|
_________________ EDIT: I didn't like my old signature |
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Jul 12, 2010 4:35 pm |
Well, yes and no. CMUD will store the "CMUD string value" of the variable to the mapper database, and not the "JSON string format". So it will work just like it always has for normal string lists and database variables, but if you try to nest the tables and lists then you'll run into the same trouble as always.
|
|
|
 |
|
|