View Single Post
  #9  
Old 06-22-2006, 08:48 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
It's easier to use .contains()

this.msg = "what npc";
this.findmsg = "npc";

if (this.msg.contains(this.findmsg)) {
// whatever
}
__________________

Reply With Quote