CharID

From Wiki
Revision as of 19:16, 10 August 2005 by CEO (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

#charID

Miscellaneous System Variables

Description

The #charID system variable determines the id of your character. This is a unique identifier, so it can be used to identify different characters and make specific actions depending on what character it is.

Example


call specific_char_variables.txt
if #charID <> %charID
{
	event sysmessage You are using this script for the wrong character!  Halting Script!
	halt
}

See Also

#Character Variables

Main_Page Documentation Miscellaneous System Variables