Lua Function Trigger Not Working

Post Reply
funkapotamus
Posts: 1
Joined: Tue Feb 28, 2017 10:48 pm

Lua Function Trigger Not Working

Post by funkapotamus »

I am using Mudlet 3.0.0-iota on Windows

It is my understanding that a Lua function trigger should be considered triggered if it returns true (or anything Lua considers true)

I was having issues, so I decided to condense it down to a function that always returns true, and the trigger I created still does not echo the text that it is supposed to echo if it is triggered.

Is this a known bug? Or am I misunderstanding something? Any and all help would be appreciated.

Thanks,
-Z
Attachments
screencap
screencap

Jor'Mox
Posts: 1142
Joined: Wed Apr 03, 2013 2:19 am

Re: Lua Function Trigger Not Working

Post by Jor'Mox »

Try "return alwaysTrue()" instead. Should work.

Post Reply