[REDACTED 8811]
Hi!
I tried to search the code for something with c.delete or this.delete but could not find a thing.
I tried to look over the consumables, but I wouldnt find anything called delete in the scripts.
I am still learning C#, so my questions may seem stupid.
Im trying to make an item break after you double click, and let it drop something random (dont have a list yet)
You get my idea, I am just curious what the correct format/code would be for an item to break on click really
I tried to search the code for something with c.delete or this.delete but could not find a thing.
I tried to look over the consumables, but I wouldnt find anything called delete in the scripts.
I am still learning C#, so my questions may seem stupid.
Im trying to make an item break after you double click, and let it drop something random (dont have a list yet)
Example 1:
public override void OnDoubleClick( Mobile from )
RandomSomethingInbackPack
this.delete();
You get my idea, I am just curious what the correct format/code would be for an item to break on click really