11-22-2013, 12:35 AM
(11-21-2013, 10:36 PM)tem0x43 Wrote: Why didn't work Creature.Follow(). Macro return 1, but my character don't walk?
Code:
1000 {Follow friend} Self.Attacking()==0
MyFriendID:=Creature.ByName(FriendName)
Creature.Follow(!MyFriendID!)
Wie ktoś czemu nie działa u mnie Creature.Follow().
Też jest coś nie tak z Self.Attacking()==0, gdyż zawsze mi zwraca 0, czy to jak mnie atakuje monster czy inna postać. Zamiast FriendName wpisuję nazwę postaci za którą mam chodzić of course.
Quote: MyFriendID:=Creature.ByName(FriendName)
Use MyFriendID:=FriendName .. not Creature.ByName(FriendName).. and try again.