8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
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
|