Advertisement
Guest User

Untitled

a guest
May 1st, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #region Swimming in Lava
  2. new Decorator(d => Me.IsGhost && Me.Inventory.Equipped.Shoulder == null && Me.IsSwimming,
  3. new Sequence(
  4. new Action(a => Log("LAVA")),
  5. new Action(a => Lua.DoString(string.Format("RunMacroText(\"{0}\")","/click GhostFrame"),0)),
  6. new Action(a => RestartThread.Start()))),
  7. #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement