Jump to content

Derceto

Members
  • Posts

    43
  • Joined

  • Last visited

Community Answers

  1. Derceto's post in Skill Point Quest was marked as the answer   
    prontera,160,160,5 script Skill points quest 800,{ set .@n$,"[skill Points Exchanger]"; mes .@n$; mes "Hi, I can exchange 3 Yellow Gemstones and 20 Sticky Mucus to 1 skill point!"; next; if (countitem(715) < 3 || countitem(938) < 20) { mes .@n$; mes "But you don't have'm!"; close; } mes .@n$; mes "Do you want to exchange them?" next; if (select("Yes:No") == 2) { mes .@n$; mes "Okay then."; close; } else { delitem 715,3; delitem 938,20; set SkillPoint, SkillPoint + 1; mes .@n$; mes "All's done!"; } close; }
    P.S. when you want it, you say "please", not "I want it"
×
×
  • Create New...