maps/python/misc/doNothing.py

7 lines
166 B
Python

#Simple empty script that can be used to disable some actions of items when python is available
import Crossfire
print "Nothing script"
Crossfire.SetReturnValue(1)