Thread: In game menu
View Single Post
  #3  
Old 02-11-2013, 06:58 AM
liquest
"Special" Member
 
Join Date: Jul 2007
Posts: 373
Default

So its just edited to this here?

Code:
sub EVENT_SAY
{
	my $menuHelp = quest::saylink("Server Information");
	my $menuScribeSpells = quest::saylink("Scribe your spells");
	my $menuUnscribeSpells = quest::saylink("Unscribe your spells");
	
	if ($text=~/menu/i)
	{
		$client->Message(315, ("What would you like to do? Would you like [$menuHelp]?");
		$client->Message(315, ("Wold you like to [$menuScribeSpells]?");
		$client->Message(315, ("Would you like to [$menuUnscribeSpells]?");		
	}
	
	if($text="Server Information")
	{
		Blah blah Lots of crap here..
		my $Yel = plugin::PWColor("Yellow");
		my $Blu = plugin::PWColor("Light Blue");
		my $Red = plugin::PWColor("Red");
		my $grn = plugin::PWColor("Forest Green");
		quest::popup("Welcome", 
		"$Yel $TextToCenter <br>
		$Yel $TextToCenter2 </c> <br>
		$Yel $TextToCenter3 </c> <br>
		$Yel $TextToCenter4 </c> <br>
		$Yel $TextToCenter5 </c> <br>
		$Yel $TextToCenter6 </c> <br>
		$Yel $TextToCenter7 </7> <br>
		$Yel $TextToCenter8 </7> <br>
		$Yel $TextToCenter9 </7> <br> <br>
		$Indent $globalload <br>
		$Indent $spellfile
		");
	}
}
__________________
Also Knows as Tavish

Liquest Auctions, WTB AA's up to the current compatable clients PST with offer.

"A casual stroll through a lunatic asylum shows that faith does not prove anything." ~Fredrick Nietzsche

"Insanity: doing the same thing over and over again and expecting different results.." ~Albert Einstein
Reply With Quote