Created
March 18, 2014 10:06
-
-
Save keneanung/9617099 to your computer and use it in GitHub Desktop.
This is how to catch the 'keneanung.bashing.targetList.firstChanged' event for your own target display in mudlet.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Script name: catchFirstChanged | |
-- User defined event handler: keneanung.bashing.targetList.firstChanged | |
function catchFirstChanged(newTarget) | |
echo("Our new target is " .. newTarget) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment