who can tell me how to active the code: pc.is_dead.
i made quest like this ,but don't work.
i made quest like this ,but don't work.
Code:
quest dead begin
state start begin
when kill begin
if pc.is_dead() then
chat("you dead!")
end
end
end
end