qzdoom/wadsrc/static/zscript/shared/botstuff.txt

31 lines
272 B
Plaintext

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;
}