XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 3 of 3

Thread: Imy character will have PK (white skull) gotolabel "pk"

  1. #1
    Elizabeth's Avatar
    Join Date
    Mar 2016
    Location
    Poland
    Posts
    72
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)

    MC Follow .lua?

    If X player say Y my character will take follow on Z

    Please help me create something like this.
    Last edited by Elizabeth; 03-04-2019 at 01:54 PM.

  2. #2
    Senior Member
    Join Date
    Jul 2014
    Posts
    788
    Mentioned
    62 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Elizabeth View Post
    If X player say Y my character will take follow on Z

    Please help me create something like this.
    Code:
    LocalSpeechProxy.OnReceive("myproxy", function(proxy, mtype, speaker, level, text)
      if speaker == "Uranus" and text == "follow message" then
        Creature.Follow("Bazioza")
      end
    end)

  3. #3
    Elizabeth's Avatar
    Join Date
    Mar 2016
    Location
    Poland
    Posts
    72
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by HjugO View Post
    Code:
    LocalSpeechProxy.OnReceive("myproxy", function(proxy, mtype, speaker, level, text)
      if speaker == "Uranus" and text == "follow message" then
        Creature.Follow("Bazioza")
      end
    end)
    Buenos gracias :*

Posting Permissions

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