aL BeasTie
Well-known member
I was trying to use this reference
And add this to a script
But script log says
is there a way to do this?
Code:
changelevelproperty(name, propertyvalue)
~Change a property value of current level, this function is not quite completed.
~name can be:
~"rock", the given value must be an interger value or numeric value that can be converted to integer value. The rule is same as rock command in level file, check the manual for details.
And add this to a script
Code:
changelevelproperty("rock", 0);
But script log says
Code:
Level property 'rock' is not supported.
is there a way to do this?