It's my command but are bad. I am very bad scripter!
Forum
CS2D Scripts Delete commandDelete command
5 replies 1
It's my command but are bad. I am very bad scripter!
1
os.remove(path)
Script:
1
2
3
4
2
3
4
elseif command =='removehouse' then 			os.remove(sys/lua/1/saves/rpg_TheBestManTibia0.4.lua) msg('All houses reseted') 			return 1
1
2
3
4
2
3
4
elseif command == 'removehouse' then 	os.remove("sys/lua/1/saves/rpg_TheBestManTibia0.4.lua"); 	msg('All houses reseted'); return 1
I'm using it too. It makes it more readable for me.
There're also other reasons.
Click Me
Additional: When I do not use them, I forget to use them in other languages where they are required.
1