mIRC Homepage
Posted By: Jonkka printing something to the "writing box" - 13/06/05 07:22 PM
I want a script that prints text to the "writing box". For example:

if someone writes "what is 1+1" i want it to write the answer in the box, but i still want to press enter manually to send it
/help /editbox

Code:
on *:TEXT:what is &:#:if ($calc($3) != $null) editbox # $v1
© mIRC Discussion Forums