HELP! wrote: |
zone |
HELP! wrote: |
*EXTRA* !sellvalue=500 !sellprivaction0=Item Repel sold for 1000 credits. !sellprivaction1=*prize -#21 |
Code: Show/Hide else if(c->check("sell")) { String param; param = c->final; name = param.split(' '); StoreItem *t = FindItem(name.msg); if (!t) { sendPrivate(p, "Unknown item"); return; } Credit(t->Value / 2, p->name); String msg; sprintf(msg,"Item %s sold for %d credits",t->Name, t->Value / 2); |