Est IsAlpha
From EventScripts Community Encyclopedia
Syntax: est_IsAlpha <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_xsetinfo alphacheck 0 // True es_xsetinfo numeric abc es_xdoblock example/check_letters // True es_xsetinfo numeric AbcBcBA es_xdoblock example/check_letters // False es_xsetinfo numeric sdfaadfg. es_xdoblock example/check_letters } block check_letters { es est_IsAlpha alphacheck server_var(numeric) if(server_var(alphacheck) == 1) then echo All letters if(server_var(alphacheck) == 0) then echo Not all letters } [edit] Notes
[edit] See Also |
