switch – Talk

From Bohemia Interactive Community
Revision as of 06:25, 18 July 2007 by Doolittle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

switch is case sensitive when comparing strings! switch (primaryWeapon player) do { case "m4gl": {hint "never work since primaryweapon returns M4GL"}; }; --Doolittle 06:25, 18 July 2007 (CEST)