#more then 2 twin gates
1 messages · Page 1 of 1 (latest)
seems that the portal mechanics are hardcoded,
the twin gate's name must be either npc_dota_portal1 or npc_dota_portal2
when the unit channels the portal, it will be teleported to another portal with another name,
and this process ordered by entities order
it means that only the first pair of two portals are dual connected,
and other portals are only connected unidirectionally to the first portal with another name
if you want to expand the functionality of the portal
better to create a new portal mechanic
which isnt impossible
you just have to turn the basic teleport ability into ability_lua and go from there
gl
very interesting idea
hot take: portals are just teleport scrolls with a specific target. not that difficult to replicate that