I will test this today. O_O
Can you please try with this too and see if it works?
https://github.com/dretax/Python-Plugins/blob/master/HomeSystem/HomeSystem.py
Why do you do a timer?
Check this:
# coding=utf-8
__author__ = 'DreTaX'
__version__ = '1.0'
import clr
clr.AddReferenceByPartialName("Fougerite")
import Fougerite
class Test:
def On_EntityHurt(self, HurtEvent):
if HurtEvent.Attacker is not None and HurtEvent.Entity is not None...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.