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

30 lines
253 B
Plaintext

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