Alright, so I have an alias named test.
Within, I have lua script as such:
var = tonumber (GetVariable("x")) or 0
Now, I want to Send this variable to the mud like this:
Send(say <var>)
Is this possible in any way?
I've looked through the help, the faq, searched on the forum, checked lua functions, and I've found nothing.
Anyone able to help? :)
Within, I have lua script as such:
var = tonumber (GetVariable("x")) or 0
Now, I want to Send this variable to the mud like this:
Send(say <var>)
Is this possible in any way?
I've looked through the help, the faq, searched on the forum, checked lua functions, and I've found nothing.
Anyone able to help? :)