Category: Environment
/ Effects
Since engine version: 1.0 OC
Smoke
Description
Creates smoke at the specified position.
Syntax
bool Smoke(int x, int y, int level);
Parameters
- x:
- X position of the smoke. In a local call this is an offset.
- y:
- Y position of the smoke. In a local call this is an offset.
- level:
- Size of the smoke.
Example
Smoke(0,0,50);
Object script: the object creates a puff of smoke.