View Single Post
Old 07-09-2006, 06:58 PM   #13 (permalink)
Fr€€man
Newbie
 
Join Date: Jun 2006
Location: Finland
Posts: 50
Send a message via MSN to Fr€€man
Default

When i made these quests i got 2 errors because these lines have name Billie QuestGump (I changed all and read all)

Code:
if ( ! mobile.HasGump( typeof( BillieQuestGump ) ) ){
mobile.SendGump( new BillieQuestGump( mobile ));}}}}
Heres from my script (I changed it myself)

Code:
if ( ! mobile.HasGump( typeof( JoeTheFishermanGump ) ) ){
mobile.SendGump( new JoeTheFishermanGump( mobile ));}}}}
But the program is still working fine this is not big bug i think
__________________
Fr€€man is offline   Reply With Quote