So I've been f*****g about with RunUO

Moderators: Benn, Calix, senji

Ingo
Author of "Stripper Assassin"
Posts: 767
Joined: Wed Jan 07, 2004 10:40 pm

Re: So I've been f*****g about with RunUO

Post by Ingo »

Code: Select all

   public override bool OnBeforeDeath()
        {
              switch (Utility.Random(1)) 
              {
                  case 0: PackItem(new EtherealHorse());
                      break;
              }
              return base.OnBeforeDeath();
          
           } 
No to Scottish existence.

Post Reply