Quote:
Originally Posted by just_add_water
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) }
*/
}
|
Thanks, this was pretty much the response I was looking for. I know what the code needs to look like, assuming there's a faction checking function in the new system.
Now then, to address my original post, on every forum for every variety of programming code I've ever been to, the norm is to post the code you're having issues with so that the others in the forum can see it. Since the new quest system isn't fully implemented yet, I posted pseudo-code for what I was looking to do. /shrug maybe that's not what it looked like, but as I stated in my edit note, I was quite tired.