mob/proc/RemakeCheck()
var/global/Remakes.[src.key]
src << "Remakes = [++Remakes.[src.key]]"
if(Remakes.[src.key]>=4&&src.SpecialBirth)
fdel("players/[src.key].sav")
world<<"User key [src] has been wiped for mass remaking!"
del(src)
else
return
The reason I made it this way is so the counter automatically resets for everyone whenever the server is reset. Would this work(seriously doubting wheter I can make vars with a redirection in its name)? are there ways to approve on it? all help appreciated!