No, I always close it after I finish each script. Oh I tried to make armor but I got an error for the material type and can try again to see what is wrong inside the script. Ok I went in the file for a test and edited
public class test : BaseArmor to
public class test : PlateHelm and got rid of the material error, but some of the AOS attributes as far as weapons that it puts in the armor for creation gets errors.
Code:
RunUO - [www.runuo.com] Version 1.0.0, Build 36918
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
- Error: Scripts\Custom\test.cs: CS0534: (line 7, column 15) 'Server.Items.test
' does not implement inherited abstract member 'Server.Items.BaseArmor.MaterialT
ype.get'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.