Alaric
Journeyman
Posts: 227
Likes Given: 7
Likes Received: 9 in 4 posts
Joined: Oct 2012
Reputation: 7
|
RE: Areas giving events
(07-17-2013 09:49 AM)Rattlehead Wrote: i also noticed if i have areadefs nested, it tells me the wrong thing entering and leaving
example, area 1 is a smaller are inside area a
if i leave area 1, it tells me i have entered area 1, when i enter area 1 it tells me i have left area 1 oO
Is the smaller area loaded before or after the bigger? Because I didn't have problem with this...
example:
Code:
[AREADEF a_world]
EVENTS=r_default,r_default_rock,r_default_water,r_default_tree,r_default_grass
NAME=Felucca
GROUP=ALLMAP
P=1323,1624,55,0
RECT=0,0,7168,4096,0
[AREADEF a_dungeon]
NAME=Wilderground
GROUP=DUNGEON
P=588,1640,0,0
RECT=584,1637,590,1642,0
EVENTS +r_dungeon_entrance
[regiontype r_dungeon_entrance]
on=@enter
src.sysmessage You are in <region.region.name>.
(This post was last modified: 07-17-2013 10:02 AM by Alaric.)
|
|
07-17-2013 10:01 AM |
|
|