Page 1 of 1

Hook Map End

Posted: Thu May 19, 2016 12:57 am
by decompile
Is there a way to hook up the MapEnd?

Something like

@OnMapEnd

So I could auto save the playtime from map&players

Re: Hook Map End

Posted: Thu May 19, 2016 1:00 am
by satoon101

Syntax: Select all

from listeners import OnLevelShutdown

@OnLevelShutdown
def shutdown():
...

Re: Hook Map End

Posted: Thu May 19, 2016 1:04 am
by decompile
Thank you! Awesome