View Single Post
  #6  
Old 11-17-2016, 04:25 PM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 151,701
Abronsyth is on a distinguished road
Default

Wait a minute, I may have figured it out. I added this (copied from totalclicks and such) and modified it under the get function:
PHP Code:
    public function setTrophies($trophies$assignMode ""){
        if(
$assignMode == Model::UPDATE$this->save("trophies"$trophies);
        
$this->trophies $trohpies;
    } 
Yes!! It is working 8D:


This is great!
__________________
My Mods Site (1.3.4, 2020 Mods)
Reply With Quote