So I've been using ccoa's UMS for a long time now, but in my current project I'm using her comic style messages. Everything works fine, except for centering the messages on other actors in the train. I tried using her caterpillar script, but it gave me errors, so I decided to use Fukuyama's. This is what ccoa says to make the scripts compatible:
Here's the error:
Script 'UMS' line 1310: NoMethodError occured.
undefined method 'train_actors' for nil:NilClass
Anyone who can help me?
I've done the above, but I'm getting errors whenever text is supposed to appear on top of the train actor.Search the UMS script for every instance of:
$game_train.actors
Replace it with
$game_train.train_actors
That should do it.
Here's the error:
Script 'UMS' line 1310: NoMethodError occured.
undefined method 'train_actors' for nil:NilClass
Anyone who can help me?
Last edited by a moderator:


