The_Jobs Posted March 8, 2025 Share Posted March 8, 2025 Hello everyone, I'm running some tests and looking for a console command to close the Shadow Rift. When I use: c_find("lunarrift_portal"):PushEvent("finish_rift") it successfully closes the Lunar Rift. However, when I try: c_find("shadowrift_portal"):PushEvent("finish_rift") nothing happens. Does anyone know why this is happening? Any ideas on how to properly close the Shadow Rift? Thanks in advance! 1 Link to comment https://forums.kleientertainment.com/forums/topic/164718-how-to-properly-close-the-shadow-rift-using-console-commands/ Share on other sites More sharing options...
Haruhi Kawaii Posted March 9, 2025 Share Posted March 9, 2025 On 3/8/2025 at 8:15 AM, The_Jobs said: Hello everyone, I'm running some tests and looking for a console command to close the Shadow Rift. When I use: c_find("lunarrift_portal"):PushEvent("finish_rift") it successfully closes the Lunar Rift. However, when I try: c_find("shadowrift_portal"):PushEvent("finish_rift") nothing happens. Does anyone know why this is happening? Any ideas on how to properly close the Shadow Rift? Thanks in advance! It looks a bit different Lunar Rift try this command c_find("shadowrift_portal").components.timer:SetTimeLeft("close", 0) Stage Up c_find("shadowrift_portal"):TryStageUp() 1 Link to comment https://forums.kleientertainment.com/forums/topic/164718-how-to-properly-close-the-shadow-rift-using-console-commands/#findComment-1805572 Share on other sites More sharing options...
The_Jobs Posted March 11, 2025 Author Share Posted March 11, 2025 On 3/9/2025 at 12:49 PM, Haruhi Kawaii said: It looks a bit different Lunar Rift try this command c_find("shadowrift_portal").components.timer:SetTimeLeft("close", 0) Stage Up c_find("shadowrift_portal"):TryStageUp() Thank you so much for your help! It worked perfectly. The Stage Up command is also very interesting. Link to comment https://forums.kleientertainment.com/forums/topic/164718-how-to-properly-close-the-shadow-rift-using-console-commands/#findComment-1806141 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now