Jump to content

Recommended Posts

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!

  • Like 1
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()

  • Like 1
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...