XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 3 of 3

Thread: Invisible creature, stuck.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Join Date
    Nov 2014
    Location
    Sundsvall, Sweden
    Posts
    174
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)

    Invisible creature, stuck.

    Would this module work against being stuck on say, invisible stalkers?

    Code:
    runes = "Great fireball rune"
    
    Module.New('InvisibleStuck', function()
    if Walker.IsStuck() and not Creature:IsVisible() then
    Self.UseItemWithMyPosition("runes")
    	end
    end)
    Last edited by yompa93; 04-04-2016 at 07:00 AM.

Posting Permissions

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