summaryrefslogtreecommitdiff
path: root/npc/001-3/ctrl.txt
blob: cbe47327609946ccbe20f5f020ae8463ac0a5a9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// TMW2 Script.
// Author:
//    Jesusalva
// Description:
//    None

001-3,127,64,0	script	#PatreonTower	NPC_HIDDEN,0,0,{
    end;
OnTouch:
    if (is_sponsor()) warp "003-0-2", 35, 42;
    end;
}