Thread
:
string manipulation
View Single Post
#
4
03-20-2006, 09:30 PM
Ajira
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
You are also just doing
PHP Code:
if (
str
.
starts
(
"coat"
))
To check that the player actually says 'coat' first, do
PHP Code:
if (
player
.
chat
.
starts
(
"coat"
))
__________________
Liek omigosh.
Ajira
View Public Profile
View GraalOnline Profile
Find all posts by Ajira