Switch to edit mode.
Name(s): title1: title = this.name + "." + this.apres_title 2: time = time() 3: if (player.location == this.location) 4: if (time - player.first_connect_time >= 31536000) 5: return title 6: else 7: return this.name 8: endif 9: else 10: return this.name 11: endif 12: "Last modified by FreaKuency (#4545) on Mon Oct 15 19:45:26 2001 MDT."