Why I can't input more than 1 actions with doafter

Posted by Tianxz on Sat 09 Jul 2011 01:07 PM — 3 posts, 16,481 views.

#0
I try DoAfter(1,"hp;look")

It display the actions are wrong. It can't separate it to hp and look. But hp;look can be separated if I input it in command box. How Can I do it? Thank you.
Netherlands #1
Try:

DoAfter(1,"hp\nlook")


The \n stands for a new line.
#2
It is OK! Thank you.