View Single Post
  #1  
Old 08-31-2008, 02:30 PM
Weldarr
Sarnak
 
Join Date: Oct 2005
Posts: 45
Default Need some help with this one

Does anyone know how to set this up correctly? What i want to do is force the player to hail npc X before the timer runs out. I've tried a few basic set ups such as:

if (($text =~/hail/i)&&($timer != "wrong"))
if (($text =~/hail/i)&&($timer <= "wrong"))
if (($text =~/hail/i)&&($timer !eq "wrong"))

And none of them work properly... If someone could help me figure this out, would be appreciated
Reply With Quote