Hime-Works / Requests

Bug reports and requests that may require longer discussions and is not suitable to leave on the blog
http://himeworks.com/
GNU General Public License v2.0
7 stars 9 forks source link

(RGSS3) Common Event Arguments #317

Open flimbo37 opened 8 years ago

flimbo37 commented 8 years ago

Hi Tsukihime,

I'm using the RPGMaker VX Ace Common Event Arguments script, and it works fine if I use the "Call Common Event" Event command. But if I use the script call equivalent "$game_temp.reserve_common_event(X)", then inside the common event X, the arguments are nil.

I use $game_temp.reserve_common_event(X) instead of the Event Command because I need to cal it from a script block, into the event editor.

Thanks!

Marcelo

HimeWorks commented 8 years ago

You'll need to set up the arguments yourself if you want to call the common event directly, as well as cleaning it up.