Scriptname _00E_HelpMessage Function Show(Message aMsg, float afDuration, float afInterval = 1.0, int aiMaxTimes = 1) global aMsg.ShowAsHelpMessage("MessageId" + Utility.GetCurrentGameTime(), afDuration, afInterval, aiMaxTimes) endfunction