If you release your armor and wear it during a script experiment, your physical strength will increase indefinitely.
What the hell's wrong with him?
I think the code in question is this :
on armor equip:
if 3rd line of lore of event-item contains "체력":
set {_lore} to 3rd line of lore of event-item
replace all "&a체력 + " with "" in {_lore}
set {_hel} to {_lore} parsed as number
add {_hel} to player's max health
on armor unequip:
if 3rd line of lore of event-item contains "체력":
set {_lore} to 3rd line of lore of event-item
replace all "&a체력 + " with "" in {_lore}
set {_hel} to {_lore} parsed as number
remove {_hel} from player's max health
What the hell's wrong with him?
I think the code in question is this :
on armor equip:
if 3rd line of lore of event-item contains "체력":
set {_lore} to 3rd line of lore of event-item
replace all "&a체력 + " with "" in {_lore}
set {_hel} to {_lore} parsed as number
add {_hel} to player's max health
on armor unequip:
if 3rd line of lore of event-item contains "체력":
set {_lore} to 3rd line of lore of event-item
replace all "&a체력 + " with "" in {_lore}
set {_hel} to {_lore} parsed as number
remove {_hel} from player's max health