9 lines
185 B
PHP
9 lines
185 B
PHP
|
SkyPillar_Entrance_MapScripts::
|
||
|
map_script MAP_SCRIPT_ON_TRANSITION, SkyPillar_Entrance_OnTransition
|
||
|
.byte 0
|
||
|
|
||
|
SkyPillar_Entrance_OnTransition:
|
||
|
setflag FLAG_LANDMARK_SKY_PILLAR
|
||
|
end
|
||
|
|