Amalek
Member
Hello everyone ... I would have a problem with this script , it already placed some of my own, but now can not figure out where I went wrong ... this andis the problem
Errors:
+ Custom Systems/Commands/HueRoomGen.cs:
CS0246: Line 56: The type or namespace name 'UltimateDyeTub' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 56: The type or namespace name 'UltimateDyeTub' could not be fo
und (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
I hope you help me put down ...
You copy also the piece of the core script that tells me how error
{
UltimateDyeTub udt = new UltimateDyeTub();
udt.Hue = ((100 * y) + x);
udt.Name = Convert.ToString(udt.Hue);
udt.ItemID = 5162;
udt.Movable = false;
if (udt != null) udt.MoveToWorld( new Point3D( (MX + (2* x)), (MY + (2 * y)), MZ ), map );
Errors:
+ Custom Systems/Commands/HueRoomGen.cs:
CS0246: Line 56: The type or namespace name 'UltimateDyeTub' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 56: The type or namespace name 'UltimateDyeTub' could not be fo
und (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
I hope you help me put down ...
You copy also the piece of the core script that tells me how error
{
UltimateDyeTub udt = new UltimateDyeTub();
udt.Hue = ((100 * y) + x);
udt.Name = Convert.ToString(udt.Hue);
udt.ItemID = 5162;
udt.Movable = false;
if (udt != null) udt.MoveToWorld( new Point3D( (MX + (2* x)), (MY + (2 * y)), MZ ), map );