View Single Post
  #1  
Old 10-28-2005, 11:37 AM
Kensh
Fire Beetle
 
Join Date: Dec 2004
Posts: 7
Default Wildcard in writing perl?

Ok i was writing a quest and i got to the point where i needed a text wildcard to continue.. can someone give me an example (if there is one) of how to make it detect ANY text that is typed?

Code:
sub EVENT_SAY
{
	if($text =~/(Wildcard Here)/i)
Reply With Quote