prism 2 Posted October 11, 2018 I was wondering how I can have an item check the player's ASPD. I want to make it so that if the player's ASPD is less than 195 the item will apply a bonus. Quote Share this post Link to post Share on other sites
0 Rebel 23 Posted October 13, 2018 On 10/12/2018 at 0:18 AM, prism said: I was wondering how I can have an item check the player's ASPD. I want to make it so that if the player's ASPD is less than 195 the item will apply a bonus. if(readparam(bAspd) < 195) { bonus bStr, x; } 1 prism reacted to this Quote Share this post Link to post Share on other sites
I was wondering how I can have an item check the player's ASPD. I want to make it so that if the player's ASPD is less than 195 the item will apply a bonus.
Share this post
Link to post
Share on other sites