Is this right?
datablock TriggerData(TeleportTrigger)
{
tickPeriodMS = 100;
};
function TeleportTrigger::onTriggerEnter(%this,%obj,%trigger)
{
%obj.setTransform("100 100 100 1");
}
I've missed something or done something wrong... Did I correctly name it or did I screw your code over? Explain more or link me to an example that might show me the light. I'm still learning this, its fun though :D