Hey, thanks for taking the time and stopping by!

I am working through trying to create an advanced vendor using the "VoteVendor" that is in the VNC that we added the server.

So I am wanting to basically create a NPC that will sell decorations that I add on there. When I was rewriting code and tested script this is what I came across.

Decor Advanced Vendor Creation.PNG
 

Attachments

  • Decor Registrar.cs
    1.7 KB · Views: 4
Visam,

Awesome, thanks for that info. Now where would I put said reference? Taking notes on this lol seems to be a common occurrence at the moment with me lol.

Thanks,
Nyght_Hex
 
References would go in this section It's usually the top of the script unless there are notes like this one has

#region References
using Server;

using VitaNex.Items;
using VitaNex.Mobiles;
#endregion
 
Back