Cjboy 2 Report post Posted October 18, 2009 This line gives the "overdrive" action to a player. $game_actors[X].learn_cd(CD_ID) X is actor 001 CD_ID is skill ID 081... It is giving me a name error... Help? Share this post Link to post Share on other sites
0 Polraudio 122 Report post Posted October 18, 2009 it shouldn't look like $game_actors[001].learn_cd(ID 081) It should look like $game_actors[1].learn_cd(81) 2 Cjboy and Kiriashi reacted to this Share this post Link to post Share on other sites
0 Kiriashi 117 Report post Posted October 18, 2009 Why can't we all know what you know, Lucas? WHY?! *rep plus* Share this post Link to post Share on other sites
This line gives the "overdrive" action to a player.
X is actor 001
CD_ID is skill ID 081...
It is giving me a name error...
Help?
Share this post
Link to post
Share on other sites