Hello,
I am making a very simple repeatdly trigger that should deact when no one is in the ellipse. It works when I just hint on act/deact , but not when I spawn/call a function on. My RPT is absolutly clean and my function works and ends perfectly.
Why is the trigger blocked ?PHP Code:class Item228
{
position[]={12793.05,5.9533463,10126.67};
a=25;
b=25;
activationBy="ANY";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="townTrigger";
expCond="this && isServer";
expActiv="hint ""act"";null = [thisTrigger, 30] spawn ScanTown;";
expDesactiv="hint ""deact"";";
class Effects
{
};
};
};
Thanks for help.
HOME 
Reply With Quote