I wonder if somebody could explain to me how to do a "from instance to instance" call on the pti vote menu.
In all of my maps except the final I just use the standard elevators for that, but in the last map i made acustom situation where you "wake up" from a testing experimen "dream" in the hotel room.
There's a button to finish the campaign there and I tried to do it like the following
I named the global pti ents workshop_global_ents,
I then make the button do
onpressed
workshop_global_ents
instance:@@relay_pti_level_end:Trigger
But i dont see the map name coming in conole with that action.
This custom finale area is an instance (modified elevator), so do I need to do something else to make it work ?

