|
porcelina Beginner
Joined: 20 Jun 2004 Posts: 20 Location: USA
|
Posted: Sun Jun 20, 2004 11:01 pm
speedmenu and stringlist |
I have a few simple yet seemingly complex things I want to do. First off I want to create a speedmenu whereby I right click a item and it adds it to a string.
Ive tried several things heres what I have so far.
menu is named items value= #additem @leg %selword
So im trying to add the right clicked item to @leg |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sun Jun 20, 2004 11:44 pm |
You have an extra at symbol. The correct usage would be:
#ADDITEM leg {%selword}
I am in the habit of using braces and quotes even when they aren't necessary. That way you don't forget them when they are needed. Hence there addition here. |
|
|
|
porcelina Beginner
Joined: 20 Jun 2004 Posts: 20 Location: USA
|
Posted: Mon Jun 21, 2004 11:43 pm |
Thanks a ton I'll try that.
|
|
|
|
|
|