gzdoom-gles/wadsrc/static/zscript/shared/botstuff.txt
2017-01-19 20:56:31 +01:00

30 lines
272 B
Text

class CajunBodyNode : Actor
{
Default
{
+NOSECTOR
+NOGRAVITY
+INVISIBLE
}
}
class CajunTrace : Actor
{
Default
{
Speed 12;
Radius 6;
Height 8;
+NOBLOCKMAP
+DROPOFF
+MISSILE
+NOGRAVITY
+NOTELEPORT
}
}
class Bot native
{
native Actor dest;
}