[Home] [Downloads] [Search] [Help/forum]


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  Lua
. . -> [Subject]  executing a /print within an a trigger with AddTimer?

executing a /print within an a trigger with AddTimer?

It is now over 60 days since the last post. This thread is closed.     [Refresh] Refresh page


Posted by Shoryuujo   (1 post)  [Biography] bio
Date Tue 25 Nov 2014 01:28 AM (UTC)
Message
Not sure if this is quite the right area to post as a new user with a question about this and also pretty new to Lua, but I did a trigger for HP* that sends the following with sendto: dropdown selected as script:

print "Enable Thing"
AddTimer("TestTimer", 0, 0, 5, "/print "you're ready now!"", timer_flag.Enabled + timer_flag.OneShot, "")

the first print does work, but the AddTimer doesn't, because of the /print "You're ready now!" portion. I'm sure there are other perhaps easier ways of dealing with this, such as executing an alias that performs /print "you're ready now!"

note: my script prefix is /
[Go to top] top

Posted by Nick Gammon   Australia  (22,975 posts)  [Biography] bio   Forum Administrator
Date Reply #1 on Tue 25 Nov 2014 04:05 AM (UTC)
Message
AddTimer sends to the world, not to Execute, and thus the script won't be noticed. Try DoAfterSpecial:


print "Enable Thing"
DoAfterSpecial (5, 'print "ready now!"', sendto.script)

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


7,419 views.

It is now over 60 days since the last post. This thread is closed.     [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.

[Home]


Written by Nick Gammon - 5K   profile for Nick Gammon on Stack Exchange, a network of free, community-driven Q&A sites   Marriage equality

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( https://gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Hosted at HostDash]