Fisher
Member
I am working on making crafting slayer weapons and while digging around I found Slayer Longbow that is crafted with a random slayer property. How am I able to pick a specific slayer instead of the random one?
The commented out parts are a few of my vain attempts.
Thanks!
Code:
[Constructable]
public SlayerLongbow()
{
this.Slayer2 = (SlayerName)Utility.RandomMinMax(1, 27);
//this.Slayer2 =(SlayerName)Silver;
//this.Slayer2 = Silver;
}
The commented out parts are a few of my vain attempts.
Thanks!