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
