- Joined
- Oct 10, 2013
- Messages
- 9
- Reaction score
- 0
- First Language
- English
- Primarily Uses
I am trying to add another Blade to this part of the script-
#-------------------------------------------------------------------------------
# * Interactive tool Blade
# Blade graphic
BladeGraphic = "$Navaja"
# Weapon id that need to be equiped in order to use the Blade
BladeWeaponId = 65
# Sound played when using the blade
BladeSoundSe = "Bow2"
# Blade Actions, write the followings lines on event comment tag
#
# BLADE SELF SWITCH Put self switch letter you want to activate when the
# blade hit the event ex: BLADE SELF SWITCH A
#
# BLADE HIT ANIMATION Put animation id that you want to be showed when the
# blade hit the event ex: BLADE HIT ANIMATION 112
#
#-------------------------------------------------------------------------------
Its like when ever i try to fill in the following for weapon graphic, graphic id and sound,for the weapon i am trying to put in the game works, but when i equip the defalt sword that i started off with it wont allow me to use the attack animation.
Can anyone help me add another blade graphic when i equip it.
#-------------------------------------------------------------------------------
# * Interactive tool Blade
# Blade graphic
BladeGraphic = "$Navaja"
# Weapon id that need to be equiped in order to use the Blade
BladeWeaponId = 65
# Sound played when using the blade
BladeSoundSe = "Bow2"
# Blade Actions, write the followings lines on event comment tag
#
# BLADE SELF SWITCH Put self switch letter you want to activate when the
# blade hit the event ex: BLADE SELF SWITCH A
#
# BLADE HIT ANIMATION Put animation id that you want to be showed when the
# blade hit the event ex: BLADE HIT ANIMATION 112
#
#-------------------------------------------------------------------------------
Its like when ever i try to fill in the following for weapon graphic, graphic id and sound,for the weapon i am trying to put in the game works, but when i equip the defalt sword that i started off with it wont allow me to use the attack animation.
Can anyone help me add another blade graphic when i equip it.

