Mir3DAdjustCharacterIngot - LOMCN Wiki

Adjust character ingots

Function: Adjust the number of ingots in the player

Added ingots format: GameGold + Quantity

Example:

  1. IF
  2. ACT

GameGold + 1000 Break

  1. SAY

you get 10 ingots!


Added ingots format to the proposed character: GameGoldEx + Quantity Character name

Example:

  1. IF
  2. ACT

GameGoldEx + 1000 Li Si Break

  1. SAY

successfully added 10 ingots to player Li Si!


Deduction of ingots format: GameGold - Quantity

Example:

  1. IF
  2. ACT

GameGold - 1000 Break

  1. SAY

successfully deduct 10 ingots!



Deduct ingots for a given character in the form of GameGoldEx - Quantity Character Name

Example:

  1. IF
  2. ACT

GameGoldEx - 1000 Li Si Break

  1. SAY

Successfully deduct 10 ingots from player Li Si!

Tips: Since there are two digits below the single digit of the legendary eternal ingot, you need to write the two digits below the single digit when adding or deducting (for example, if you want to add 100 ingots, you have to write an increase of 10,000, and the deduction is the same)