Const
MonsterName = 'Demon Skeletom' //Personagem Ou Criatura
while not terminated do
begin
updateworld;
for i := 0 to creatures.count - 1 do
begin
if creatures.creature.name = MonsterName then
if Creatures.Creature.npc = true then
if Creatures.Creature.Z = Self.Z then
begin
Self.say('utamo vita');
sleep(1000);
end;
end;
end;
Assinar:
Postar comentários
0 comentários:
Postar um comentário