Sei sulla pagina 1di 1

var l = Object.

keys(e);
for (var c = 0; c < l.length; c++){
var h = e[l[c]];
if(h.schemaPrimativeID.includes("currency:coin"))
{
h.balance = 999999;
}
if(h.schemaPrimativeID.includes("currency:trophy"))
{
h.balance = 99999;
}
if(h.schemaPrimativeID.includes("stat:xp"))
{
h.value = 9999999;
}
}?

4-times entering

Potrebbero piacerti anche