- Joined
- Sep 7, 2015
- Messages
- 2,758
- Solutions
- 127
- Reaction score
- 2,277
Hello, i have problem building local storage to my kill creaturescript...
I need someone experienced in lua to explain it to me
So i was trying to do something like that:
But its not working, kill script just doesnt count...
I want to count all of those monsters, like in necro task. Necro + priestesses.
I need someone experienced in lua to explain it to me
So i was trying to do something like that:
Code:
local monster = {'spider', 'rat', 'corym', 'cave rat}
if targetMonster:getName():lower() ~= monster then
return true
end
But its not working, kill script just doesnt count...
I want to count all of those monsters, like in necro task. Necro + priestesses.