gzdoom/wadsrc/static/zscript/shared/botstuff.txt
Christoph Oelckers 7de683f9f5 - converted a few more DECORATE files.
- started with the AST converter. So far it only deals with direct function calls with simple constants as parameters.
- added an error condition for the defaults block to get rid of some asserts.
2016-10-14 00:40:20 +02:00

25 lines
230 B
Text

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