I want to add commands editing item list

I want to add commands editing item list.
The algorithm of the command I want to create is as follows…

  1. !list -> item_1
  2. !add item_2
  3. !list -> item_1 item_2
  4. !del item_1
  5. !list -> item_2

I want to make these commands.
Give me some tips plz :smiley:

1 Like

@goodkgh

You may want to check out this forum thread.

1 Like

Yes. Your answer was what I was looking for.
Thank you very much. Have a nice day

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.