What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Time to enter the PoD

over2000

New Member
Joined
Mar 22, 2020
Messages
23
Reaction score
11
Hi,
Could you please help me how do I change the time to enter the Palace of Death?

I would really like him to wait 20 or 30 seconds to enter, can you tell me which file I change?

Thanks:):):)
 
Modify POTDEntrance.cs

add
Code:
await Coroutine.Sleep(20000);

theres a few different functions where you could put it.
 
Back
Top