I've come across a small and tedious difficulty, and now I know why some of my projects had to be redone.
Problems:
1. Need better tutorials for triggeraction, I keep setting shape to clientside because I kept believing it needed a shape to react from, not to.
(Not really a problem, only a difficulty in remembering and understanding)
2. I was told setshape was a replacement for showcharacter or vise versa except one was the default npc character look.
Solution: Make show character work?
3. If an X or Y is set at an offset by less than .5 it breaks the trigger.
Ex. 32.4 wouldn't work. 32.5 would work, 32.6 wouldn't work.
Solution, fix it to make work ...?
4. If any X and Y placement is done clientside, it renders serverside void...
Solution ...not sure. But it seems like anything my clientside has done via X and Y, it would have to trigger the final points serverside which seems stupid.