- Joined
- Jul 31, 2014
- Messages
- 8
- Reaction score
- 0
- Primarily Uses
I want to make a weapon requirement where a character can dual-wield only if there is a type of weapon, but if single wielding then can equip any. Example: A character can wield Light Blade, Dark Blade, and Twilight Blade, however if decide to dual-wield, can dual wield Light Blade with Darkblade, darkblade with light blade, but cannot dual wield light blade with light blade, darkblade with darkblade, twilight with twilight, twilight with darkblade, twilight with light blade, and vice versa. Using the lunatic mode how would <Custom Equip Requirement Condition>if (user.name() === ‘Harold’) {condition = true;} else {condition = false;}</Custom Equip Requirement Condition> be used, I know we can have a if no blade is equipped to return true, and then else if there is (if light) a dark type of blade equipped to return true, but what are the java script command for these?
