|
mmm
test quest
when login or logout begin
pc.get_hp() pc.get_sp() if pc.hp <0 then
affect.add_collect(apply.HP_REGEN, 100000, 5)
end
if pc.sp <0 then affect.add_collect(apply.SP_REGEN, 100000, 5)
end
end
end
end
---------------
or add login or logout or enter....
|