RevokePrivilege(me, "invul");
Posted: Thu Dec 07, 2006 12:22 pm
If I use
RevokePrivilege(me, "invul");
into an ai it npc remain invul
If I do in ai:
start_script("new_script", me)
and into "new_script.src":
RevokePrivilege(me, "invul");
npc become vulnerable.
Why?
RevokePrivilege(me, "invul");
into an ai it npc remain invul
If I do in ai:
start_script("new_script", me)
and into "new_script.src":
RevokePrivilege(me, "invul");
npc become vulnerable.
Why?