Does Anybody know how to make an ability that lets you steal a random/fixed item from an enemy?
ex.Player uses Steal and steals an Herb from a Tree Bird.
I've tried all I know and it didn't work
Lots people might know this but......
And for all you who want to get a random amount of stats instead of the fixed amount in Party Member section!!!!
1.Go to LEVEL UP Script
2.Go to right before the ''STR increases by'' part.
3.Put in this script:
Data: Variable: TempVari.1=-1?2 (Or whatever amount you want)
Data: Variable: Strength=Strength + TempVari.1
4.Repeat Step 3 for Defense,Agility,Intelligence,Luck,HP,& MP.
ex.Player uses Steal and steals an Herb from a Tree Bird.
I've tried all I know and it didn't work
Lots people might know this but......
And for all you who want to get a random amount of stats instead of the fixed amount in Party Member section!!!!
1.Go to LEVEL UP Script
2.Go to right before the ''STR increases by'' part.
3.Put in this script:
Data: Variable: TempVari.1=-1?2 (Or whatever amount you want)
Data: Variable: Strength=Strength + TempVari.1
4.Repeat Step 3 for Defense,Agility,Intelligence,Luck,HP,& MP.



Comment