basedriver
Member
Hi there,
Makin a game in XP & I'm editing my Window_Base script to show the current weapon equipped during battles and was wondering how to clean up the end of it so that if the Weapon ID returned is nil (i.e. there's no weapon equipped) then it will display text like "None" in the battle status window. Here's the script:
#--------------------------------------------------------------------------
# â—
Makin a game in XP & I'm editing my Window_Base script to show the current weapon equipped during battles and was wondering how to clean up the end of it so that if the Weapon ID returned is nil (i.e. there's no weapon equipped) then it will display text like "None" in the battle status window. Here's the script:
#--------------------------------------------------------------------------
# â—