ccdb_script 1.1.0

A small language to add in games for easy modding
Documentation
1
2
3
4
5
6
print [(print)"Hello, world"] DONE
if [(if)"test" == "test"] DONE 
var [(var) example "example text"] DONe
stop if [(if stop)] DONE
drop [(drop)example_var] DONE
edit variable [(edit)example_var "new val"] DONE