Can we use storage values to record any number against a player?
E.g.
doPlayerSetStorageValue(uid, 12345, 10)
if getPlayerStorageValue(uid, 12345) >= 10 then
E.g.
doPlayerSetStorageValue(uid, 12345, 10)
if getPlayerStorageValue(uid, 12345) >= 10 then