mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
|
|
randomize()
|
|
var map = ds_map_create()
|
|
map[?"value"] = "YoYoGames"
|
|
map[?"points"] = random(999999)
|
|
var json = json_encode(map)
|
|
ds_map_destroy(map)
|
|
|
|
FirebaseFirestore("Collection/Document").Delete(json)
|