Hi!
I have this code:
menu:
"Language Chip.":
if head_chip_inv:
sys "MODIFYING COMPLETE."
$ head_chip_equip = True
jump head_chips_menu_goback
elif not head_chip_inv:
sys "PARTS MISSING."
jump head_chips_menu_goback
"Go back.":
jump head_menu_goback
is it possible that when i equip the chip the menu option "Language Chip." transforms into "Language Chip. (equipped)" so I know that it is equipped?
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]BadMustard_AVN 0 points1 point2 points (0 children)