Myrella
New member
Hello!
I have been trying to set up some custom dailies and I keep having issues. I have a command that works great in GCLI
but if I try to put it into a simple deed, it saves, it adds it to the current deeds list, but it shows up errors (that I am not actually sure what they meant - not a proper number of parameters? I added two params - a name and a command) - see screenshot nr. 1 - and it is not actually functional, as no clickable button appears in daily deed list - see screenshot nr.2.
Can someone teach me the wisdom of the elders and tell me what am I doing wrong, please?
I have been trying to set up some custom dailies and I keep having issues. I have a command that works great in GCLI
Code:
ashq if(can_interact()) buy(1, $item[bowling ball], 310); else buy_using_storage(1, $item[bowling ball], 310);
but if I try to put it into a simple deed, it saves, it adds it to the current deeds list, but it shows up errors (that I am not actually sure what they meant - not a proper number of parameters? I added two params - a name and a command) - see screenshot nr. 1 - and it is not actually functional, as no clickable button appears in daily deed list - see screenshot nr.2.
Can someone teach me the wisdom of the elders and tell me what am I doing wrong, please?