parent
0b0eef07a6
commit
1f54683f1b
@ -0,0 +1,4 @@
|
||||
var map, map_str;
|
||||
map = global.roommap
|
||||
map_str = ds_map_write(map)
|
||||
return map_str;
|
||||
@ -0,0 +1,4 @@
|
||||
if ds_exists(global.roommap, 1)
|
||||
ds_map_destroy(global.roommap)
|
||||
global.roommap = ds_map_create()
|
||||
ds_map_read(global.roommap, base64_decode(file_text_read_string(argument0)))
|
||||
Loading…
Reference in new issue