|
||
|
|||||||
| Modification Suggestions This is where you can suggest a modifcation to RunUO! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Join Date: Apr 2006
Posts: 39
|
I think it would be great if someone could come up with a script to where you can change set huable false like set movable false/true. So you dont have to rehue if some hues something you dont want them to
not sure if there is one out there but i think it would be kool. |
|
|
|
|
|
#2 (permalink) |
|
Forum Expert
Join Date: Mar 2005
Posts: 1,155
|
Try using this:
public class xxxxxxx : BaseShirt, IDyable (where x is the name of your clothing item) then insert this in the constructable: Code:
public new bool Dye( Mobile from, DyeTub sender )
{
from.SendMessage( "You cannot dye this item." );
return false;
}
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|