Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Keep this wiki going by contributing to our Patreon!
Conditional Statements
Instead of creating two conditional statements for each that separate whether it can or cannot, you can use one condition statement.
{{#if:{{{Variable|}}}|True text|False text}} {{#if:{{{CanEgo|}}}|*Can be made into a spirit weapon.|*Cannot be made into a spirit weapon.}} {{#if:{{{HasSpecialUpgrade|}}}|*Special Upgrade is available.|*Cannot receive Special Upgrade.}}