View Single Post
  #13  
Old 06-22-2006, 09:21 PM
Omini Omini is offline
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Omini is on a distinguished road
Send a message via AIM to Omini Send a message via MSN to Omini Send a message via Yahoo to Omini
Quote:
Originally Posted by CheeToS2
It's easier to use .contains()

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

if (this.msg.contains(this.findmsg)) {
// whatever
}
Ah-ha! So that DOES work... I guess I used (this.msg.contains() text) or something stupid.

Quote:
Originally Posted by ApothiX
Isn't that what I said? O_o
Yeah sorta. You said if (foo.pos("bar") >= 0) { }, with the foo.pos sorta confusing me. I just wanted to clarify.
__________________



Reply With Quote