![]() |
Gate problem - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Gate problem (/Thread-Gate-problem) Pages: 1 2 |
RE: Gate problem - xtronchox - 05-24-2020 03:29 AM (05-22-2020 05:35 AM)pointhz Wrote: You probably have 2 itemdef with the same baseid with different properties. I discovered the problem ... on top of the portals it had an animation type i_fx_heal_effect, because if that animation was on top of the portal it wouldn't let the trigger step on the portal jump. it was solved removing the animations from the portals thanks RE: Gate problem - pointhz - 05-26-2020 05:24 AM (05-24-2020 03:29 AM)xtronchox Wrote:(05-22-2020 05:35 AM)pointhz Wrote: You probably have 2 itemdef with the same baseid with different properties. Then you can add the same behaviou on=@step to the animations, so regardless of what they step in they will be teleported regardless |