Ktom
(Novice) On forum: 12/09/2013
 Message edited by: Ktom 08/22/2014 23:53:43
Messages: 10
|
function delete_npc
Hello,
I want use this function than i find in ahara_dialog.script of narodna soljanka mod.
function delete_doktor1()
local se_obj = alife() bject("doktor1"
if se_obj then
alife():release(se_obj, true)
end
end
Not for delete doktor1 but a other character...
I tested this function in narod with other npc and her work good but not in the mod : lost world trops of doom.
How i can use this function with LWTOD?
I must modify a basic script?
Thanks for answers. |