Quote:
Originally Posted by Lord_Greywolf
i do not see how that can compile either
This code public override on kill loot corpses {get { return true; } }
should be this (spaces removed)
This code public override onkilllootcorpses {get { return true; } }
to be able to compile
|
well I did this public override OnKillLootCorpses {get { return true; } }
all i did it play with it but ty for helping :-)