Crossfire Server, Trunk
Move_Fog.py
Go to the documentation of this file.
1
import
Crossfire,random,math
2
Params=Crossfire.ScriptParameters()
3
if
Params==
"Fog"
:
4
whoami=Crossfire.WhoAmI()
5
Rand=random.randint(0,8)
6
if
Rand!=0:
7
whoami.Move(Rand)
8
whoami.Speed*=1.5
9
whoami.Weight-=1
10
if
whoami.Weight>=0:
11
Crossfire.SetReturnValue(1)
crossfire-crossfire-maps
python
Move_Fog.py
Generated by
1.8.17