XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 10 of 32

Thread: Check kill?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #16
    Odemis's Avatar
    Join Date
    Oct 2013
    Posts
    239
    Mentioned
    42 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Spectrus View Post
    I'm going to guess it won't work as the type of message is probably different. Look through all the available message proxies in Xeno and try the one best suitable. If none work, you're out of luck.
    Yea, did not work. I will edit it.

    Code:
    BattleMessageProxy.OnReceive('check_kill', function(proxy, message)    if string.match(message, monsterToLeave) then
            Walker.Goto(labelToLeave)
        end
    end)
    Because the message shows in white text on server log.
    Could you explain what the 'check_kill' part serves? Should I keep that as is?
    Last edited by Odemis; 12-31-2014 at 11:58 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •