View Single Post
  #1437  
Old November 2nd, 2005, 11:06 PM
Violist's Avatar

Violist Violist is offline
Sergeant
 
Join Date: Sep 2005
Location: Corvallis, OR, USA
Posts: 371
Thanks: 0
Thanked 0 Times in 0 Posts
Violist is on a distinguished road
Default Re: OT: Narf has gone looney and wants to GM.

Guess we'll leave it at password... hmmph, I can't make my spells have magical knowledge? *grumble*

For attuning, how about the current party? Derrel, Elorin, Kibby, Jason.

Let's see...

if(identity == 'Derrel' || identity == 'Elorin' || identity == 'Kibin' || identity == 'Jason')
trigger = 0;
else if(presencePermittedBy('Kaylin') == 1)
trigger = 0;
else
trigger = 1;

Harrumph.
Reply With Quote