I use a lot of scripts do simple things and save on typing. I installed them in a plugin and now I am unable to call them. Using this function as an example,
.
.
.
sub e
world.send "get bread backpack"
world.send "eat bread"
end sub
.
.
.
Before I could type /e to execute the function. However, now I cannot. So my question is, is there any way to directly call them (my functions) without making an alias for each?
Thanks in advance.
.
.
.
sub e
world.send "get bread backpack"
world.send "eat bread"
end sub
.
.
.
Before I could type /e to execute the function. However, now I cannot. So my question is, is there any way to directly call them (my functions) without making an alias for each?
Thanks in advance.