View Single Post
  #5  
Old 12-18-2008, 10:14 AM
Joetuul
Sarnak
 
Join Date: Oct 2008
Location: AZ
Posts: 58
Default Doh!

well that helps, but I still can't get it to work... I must be missing some stupid monday detail...

new code...
Code:
sub EVENT_DEATH
{
        if (defined($qglobals{emoush})){

                if ($qglobals{emoush} == 1)
                        {
                        quest::delglobal("emoush");
                        quest::shout("deleted");
                        quest::setglobal("emoush", 2, 5, "F");
                        quest::shout("1");
                        }
                elsif ($qglobals{emoush} == 2)
                        {
                        quest::delglobal("emoush");
                        quest::shout("deleted");
                        quest::setglobal("emoush", 3, 5, "F");
                        quest::shout("2");
                        }
                elsif ($qglobals{emoush} == 3)
                        {
                        quest::delglobal("emoush");
                        quest::setglobal("emoush", 4, 5, "F");
                        quest::shout("3");
                        quest::signal("342052");
                        }
               }
}
I woke up and thought I had the code that would work... guess not... any thoughts???

TIA... now back to bed.
__________________
~Tuul
Mithaniel Marr
http://mithmarr.power-rpg.com/
Reply With Quote