script problem

MIB88

So Old I'm Losing Radiation Signs
Modder
I need some help from some of you scripting wizards out there. I added this

function destroy_p_proc;
Var
loc0;
begin
loc0=CreateObj(113,0,0,-1);
GiveItem(Self,loc0);

to an .ipp file in order to have the critter create a robe for himself when it was killed (look back to that lootable armor mod). Anyway, this feature works fine, but now the critter's float dialog doesn't work. The critter in this case is a monk from the Abbey mod. The regular dialog options work. So do the combat taunts. But not the regular float text that are supposed to be there. Thanks in advance for any help.


Edit: I meant that the regular float dialogs don't appear at all...not even error messages.
 
Back
Top