Category:WGD Blocks

From WinWolf3D/WDC

A block encapsulates a group of commands that are used to define a thing or group of things. They have a format of

Opening [parameters]
  Command1 [parameters]
  Command2 [parameters]
  ...
  CommandX [parameters]
End

The opening line defines the type of block. For example, to start an actor block, the line would be

Actor "Nazi"

All blocks end with the word 'End' on a single line. Only one command is allowed per line and commands must use only one line. Comments and blank lines can be used anywhere inside a block. If you enter an invalid command, the engine's script parser will let you know what went wrong and where it happened.


Articles in category "WGD Blocks"

There are 9 articles in this category.

A

B

D

E

G

O

P

W