View Single Post
  #5  
Old 03-03-2003, 10:55 AM
just_add_water
Hill Giant
 
Join Date: Mar 2002
Location: //say $network
Posts: 138
Default

LoL, sorry then

I talk to Wes to check fraction checks in asap, but this is the best i can do atm.

Code:
EVENT_SAY {
if ($1- =~ "Hail") { say ("Hey, welcome to my home, $user .") }
/* If fraction below warm 
if ($1- =~ "Hail") { say ("You're unwelcome here. I will now teleport you out. ") cast($userid,SpellID) }
*/
}
Reply With Quote