heya!
i(we) realy need some more scripting features. i wanted to buidl a little script today. lemme explain it fast.
------------------------------
u know the "/o message" command. it sends a message to ur guild channel. i tried to build a script which do the same for a private channel. it looks liek this:
/g "Channelname" %1
the problem is that every new word i enter after the script needs to be a new "%" so it should look like this
/g "Channelname" %1 %2 %3 %4 %5 %6 %7 %8 %9 %10 %12 %13
next rproblem is, taht theer r just 9 of those % available. so i can only enter 9 words.
what i need is something like
/g "Channelname" %all
which adds all words (doesnt matter how mcuh) into my script.
-------------------------------
next idea would liek to see is something liek teh eval command in javascript or PHP. for example if u want a script which automatacly prints ur birthday. for example like this.
/eval "/born" @born <- puts return of /born int variable @born
/echo @born <- prints var @born

------------------------------
another feture i have seen on teh etst is, that Guildnames r shown now under ur name. it would be pretty usefull if u could set ur own message f.e. like "looking for team" or just a "AFK"
could look like this
/setstatus "LFG"
to prevent to long text u should set it to 10 chars maximum
------------------------------
well thats it. what i realy want to see is teh %all feature. would make Rubika life mcuch more easier