Thread
:
player.chat.starts with switch()
View Single Post
#
5
09-07-2011, 11:01 AM
Crow
ǝɔɐɹq ʎןɹnɔ
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Quote:
Originally Posted by
furry_mougle
why
Because
string.starts(substring)
is a function that returns either
true
or
false
, depending on whether the
string
begins with
substring
or not; making it useless in a switch statement.
Crow
View Public Profile
View GraalOnline Profile
Find all posts by Crow