View Single Post
  #4  
Old 03-20-2006, 09:30 PM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
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.

Reply With Quote