2f6 @verb #2348:"new_day_for_player" this none this rxdo #9452 @program #2348:"new_day_for_player" this none this if (!(caller_perms() in this.admins)) raise(E_PERM) else "Performs tasks when the player logs in." dude = args[1] dude->on_today = 1 dude->dead = 0 dude->in_fight = 0 " if (dude.forest_fights < this.forest_fights_per_day)" dude->forest_fights = this.forest_fights_per_day " endif" " if (dude.player_fights < this.player_fights_per_day)" dude->player_fights = this.player_fights_per_day " endif" dude->current_hp = dude->max_hp "dude->gold_bank = toint(tofloat(dude->gold_bank) * this.bank_interest)" dude->flirted = 0 endif "Last modified by Crono (#9452) on Sun Sep 8 22:31:12 2002 MDT." . 0