Hi, Im not sure if im on the right place im new in this forum i would like to know if this window can be removed from the cashshop npc when purchasing item
prontera,121,104,3 script Test 4_F_KAFRA3,{
openshop("Scroll_Shop");
end;
OnInit:
waitingroom "Kafra Shop!",0;
end;
}
- trader Scroll_Shop 1_M_01,{
OnInit:
tradertype(NST_CUSTOM);
sellitem Angel_Scroll,350;
sellitem Angel_Spirit,350;
end;
OnCountFunds:
setcurrency(#KAFRAPOINTS);
end;
OnPayFunds:
if( #KAFRAPOINTS < @points )
end;
#KAFRAPOINTS -= @price-@points;
purchaseok();
close;
}
Thanks po