RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu

[RESOLVED] Calling methods using the "call script" command.

Started by Kokowam, August 16, 2008, 02:18:38 PM

0 Members and 1 Guest are viewing this topic.

Kokowam

Topic pretty much says it all. How would I go about doing this?

I was thinking along the lines of something like...

@window_battle = $Window_BattleStatus.new
@window_battle.refresh


But RMVX says "no" and Zeriab showed an example to me but I forgotted.

modern algebra

I would assume RMVX is saying no because you have a $ sign in front of your class name. Try it without that.

Kokowam

#2
All right, I'll try it when I get back on my RM computer.

EDIT: Works, MA! :D I don't know why I added the $ sign :P