// TMW2 scripts. // Author: // Jesusalva // Description: // Pinkie Cave Tree is part of Legendary Weapons 025-2-4,39,33,0 script Mana Tree NPC_MANATREE,{ setpcblock(PCBLOCK_HARD, true); mesc l("A tree glows in this dark cave, surrounded by mana lanes."); next; mesc l("This might be the place of a great secret, but yet, all you can do is stare."); next; mesc l("...for now."); next; setpcblock(PCBLOCK_HARD, false); closeclientdialog; close; OnInit: .sex = G_OTHER; .distance = 2; end; }