CliVer

From Wiki
Revision as of 19:27, 15 August 2005 by Stelminator (Talk | contribs) (Example)

Jump to: navigation, search

#cliVer

Client System Variables

Description

Contains the version of the client

Example


if #cliVer <> 4.0.0e
{
  event SysMessage This script was developed for client 4.0.0e. Be aware of any changes.
  pause
}

See Also


Main_Page Documentation Client System Variables