Script:Stealth.boo
Z AmonWiki
(Rozdíly mezi verzemi)
Mutagen (diskuse | příspěvky)
(Založena nová stránka: {{PhoenixScript|lang=Boo|shard=Orin|desc=Stealth}} <source lang="boo"> [Executable] def Stealth(): while World.Player.Hits > 0: Journal.Clear() UO.UseSk…)
(Založena nová stránka: {{PhoenixScript|lang=Boo|shard=Orin|desc=Stealth}} <source lang="boo"> [Executable] def Stealth(): while World.Player.Hits > 0: Journal.Clear() UO.UseSk…)
Aktuální verze z 7. 3. 2010, 17:37
Jazyk: Boo
Shard: Orin
Stealth
[Executable] def Stealth(): while World.Player.Hits > 0: Journal.Clear() UO.UseSkill("Stealth") Journal.WaitForText(true, "You have", "You can't") UO.Wait(100) while World.Player.Hidden: UO.Press(Keys.Down) UO.Press(Keys.Down) UO.Wait(200) UO.Press(Keys.Up) UO.Press(Keys.Up) UO.Wait(200)