summaryrefslogtreecommitdiff
path: root/world/map/npc/items/maps.txt
blob: 29d54e7dfc7a3ebf1d339f169b440bd5fce2dff3 (plain) (blame)
1
2
3
4
5
6
7
8
9
function|script|readMap
{
    message strcharinfo(0), "You have no clue how to use this item yet.";
    goto L_Return;

L_Return:
    set @MapName$, "";
    return;
}