CAOS Language Guide

COB specific commands

Macro

Description

These commands are not true CAOS commands in that the in-game interpreter will not understand them; they are for use within a COB compiler to mark certain sections of script as performing a certain function.

ISCR

Marks the following chunk of script as being for the installation of an object. The presence of SCRP, RSCR or ENDM is used to delimit the installation chunk

RSCR

Marks the following chunk of scripts as being for the removal of an object. The presence of SCRP, ISCR or ENDM is used to delimit the removal chunk



Creatures 2 CAOS Language Guide

Introduction

Macro Commands

Reference