Hi guys, I've seen this before and it looks really good for hybriding, so I'm asking about it.

I'm looking for a command that will spawn and equip the item you spawned. I'm not sure on how to go about, but this would be my guess:

Code:
			if(cmd[0].equals("whip")) {
			Engine.playerItems.equip[3](p, 4151, 1);
I tried that and it didn't work - so I'm looking if anyone else has any ideas on this?