oc3 Posted October 2, 2012 Share Posted October 2, 2012 I'll give more detail later...I'm done for the night. ANyway, I have created several trigger zones all of which have unique IDs and they all work as expected. One of them, however, Consistantly activates 2 to 3 cells away from its center. I have deleted it, renamed it, resized it smaller X 4, recreated it from scratch even,... with the same results. Nothing seems to matter. Does anyone have the slightest clue what might cause this? Seriously, any guess is appreciated. Thanks OC3 Link to comment Share on other sites More sharing options...
Lanceor Posted October 3, 2012 Share Posted October 3, 2012 Could an NPC or even a non-actor object be activating it? Unless a reference ID is given in the OnTrigger block, just about anything could trigger it. (And to be safe, I always use OnTriggerActor Player). Link to comment Share on other sites More sharing options...
oc3 Posted October 3, 2012 Author Share Posted October 3, 2012 Could an NPC or even a non-actor object be activating it? Unless a reference ID is given in the OnTrigger block, just about anything could trigger it. (And to be safe, I always use OnTriggerActor Player). I bet you're right. I probably forgot to put 'player' in that one script. Didn't even think about that. Will check as soon as I get home.Thanks!! Link to comment Share on other sites More sharing options...
oc3 Posted October 3, 2012 Author Share Posted October 3, 2012 Could an NPC or even a non-actor object be activating it? Unless a reference ID is given in the OnTrigger block, just about anything could trigger it. (And to be safe, I always use OnTriggerActor Player). Thanks Lanceor! That was the problem. My brain was too numb after hours of modding to think that clearly. Link to comment Share on other sites More sharing options...
Lanceor Posted October 4, 2012 Share Posted October 4, 2012 Glad you got it fixed! Link to comment Share on other sites More sharing options...
Recommended Posts