- Joined
- Jul 12, 2015
- Messages
- 1,216
- Reaction score
- 276
- First Language
- English
- Primarily Uses
- N/A
Hi guys, trying to figure out whats wrong with my event using this plugin:View attachment DreamX_RandomizeCharacterForSkurge.js
It's designed to to randomize an event's graphic and it's an amazing plugin, however for particular events I'm requiring the event's graphic to change into a certain catagory. I.E cars.
I've been told this script command would enable the event given the ID and race would randomize it within that catagory: $gameMap.event(x).randomizeEventRace();
In turn- I have created this for an event: $gameMap.event(6).randomizeEventRace(Car);
However the test crashes with this error: Reference error: Car is not defined
I am at loss here.
It's designed to to randomize an event's graphic and it's an amazing plugin, however for particular events I'm requiring the event's graphic to change into a certain catagory. I.E cars.
I've been told this script command would enable the event given the ID and race would randomize it within that catagory: $gameMap.event(x).randomizeEventRace();
In turn- I have created this for an event: $gameMap.event(6).randomizeEventRace(Car);
However the test crashes with this error: Reference error: Car is not defined
I am at loss here.
Last edited by a moderator: