-- player_motd - Player tracking for MOTD view -- (component of MOTD) -- Template attachment: player -- Created by: Patrick Ferland -- Created on: 08/05/2008 -- Revision History -- 08/05/2008 P.Ferland - New script -- Constants -- no constants -- Script properties Define Properties() motd_last_viewed = 0 PersistProperty('motd_last_viewed') end -- Commands -- no commands -- Triggers -- no triggers -- Local functions -- no functions