maps/test/python_exit.py

9 lines
154 B
Python

import Crossfire
#Crossfire.SetReturnValue( 1 )
whoami = Crossfire.WhoAmI()
who = Crossfire.WhoIsActivator()
whoami.Say("exit applied by %s"%who.Name)