After treading through all kinds of scripts trying to get things to work I finally have gotten back into coding and couldn't of done it with some of your help and some not only on my threads you helped me I got help by reading a lot of other threads as well. I would like to take this moment to thank you and I look forward to paying it forward to the next new/ex coder that has any problems :)

What I have learned in this long two week experience of staying up late hours trying to figure things out is: Scripts are very picky and also tricky at some times. Always make sure you are using the public name and have the right categories at the top such as:
using System;
using Server;
using Server.Misc;
using System.Collections;
using Server.Network;
using Server.Items;

Thanks again and I hope to share my experience on the shard I'm working with you sometime if anyone would be willing to check it out. It's pretty much a monster of custom scripts right now, but with a little patience and time I could make some scripts much better.
 
Back