View Single Post
  #3  
Old 02-23-2018, 06:02 PM
Aardil
Fire Beetle
 
Join Date: Jan 2018
Location: Mississippi
Posts: 27
Default

ok that idea got shot to hell.
There is a player.pl in templates that is rather important in the newbie zones.
Some of this takes place in newbie zones so I can not write a specific player.pl for those zones.

Looking through commands (perl reference)
I see that there is a sub EVENT_ENTERZONE
and a sub EVENT_ZONE

Could I use both of these in the same player.pl?
sub EVENT_ENTERZONE is already being used and I dont want to break anything in that section.
If so I could use sub_EVENTZONE for what I need in the templet for the newbie zones and use a separate player.pl for the other zones.
Reply With Quote