View Single Post
  #3  
Old 03-25-2013, 12:04 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

I have my Global_player.pl do this

Code:
sub EVENT_CONNECT {
quest::setlanguage(0,100);
}
When a player connects to the server they have maxed common tongue.

Just a suggestion of where to use it at.
Reply With Quote