Ok simplifying this post alot.
How do I transfer things already loaded into the source from a database into the useitem area?
Maybe I'm over complicating things but I am not able to do it..
In my Database.cs I have Struct.SPoints Port = new Struct.SPoints(); loading in things from the database. I need a way to apply those values to a similar code in UseItem.cs where I have my public static void ScrollPointTele(int PointId, int MapEnd, int PointX, int PointY, ClientSocket CSocket)






