
Help
Command Reference
You can enter CS2D script commands in the console, save them in cfg-files or bind them to keys. CS2D script commands are no Lua commands but they can still be executed in Lua scripts by using the Lua parse-function!
Commands
Category: all (342)
mp_building_health
Categories
settings, server
Parameters
- building (text): name of a building
- price (0-X): health
Info
Set the health for a building.
Buildings (Class 1 only!):

Examples:
mp_building_health "Turret" 10
Buildings (Class 1 only!):
Attention: Make sure that you use the name exactly as the building is called in-game (see list above).
Examples:
mp_building_health "Turret" 10






