Est StrLen
From EventScripts Community Encyclopedia
Syntax: est_StrLen <variable> <string>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] Description
[edit] Parameters
[edit] Exampleevent player_activate { es_xset myvar 0 es est_StrLen myvar event_var(es_username) es_tell event_var(userid) Your username is server_var(myvar) characters long!! // Tells a player how many characters long their username is when they connect to the server. } [edit] Notes
[edit] See Also |
