View Single Post
  #11  
Old 10-16-2007, 11:17 AM
moydock
Discordant
 
Join Date: Jun 2005
Posts: 286
Default

Anyone know how I could get this working? Still would really like to be able to do this.

Code:
sub EVENT_DEATH


my $cash = int(rand(300)+100);
{
$corpse->SetCash($cash,0,0,0);
}
__________________
-Croup (the rogue)
Creator of Pandemic (PvP-Racewars)
Reply With Quote