Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Mon Apr 27, 2015 10:12 am |
You could fix it by encapsulating the @stringnum".string" with an #EXECUTE, but I would recommend a cleaner solution.
Code: |
#ALIAS sayhello {#SEND {say %case(%random(1,3),"Hello.","Hi.","Greetings.")}} |
This will allow you to get rid of the other aliases. If you don't want to use the %random then there are many other methods that could be used.
|
|