Original Source
- Original title: Am I doing something wrong?
- Original author: Skurge
- Original date: January 18, 2017
- Source thread: https://forums.rpgmakerweb.com/threads/am-i-doing-something-wrong.73765/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support
Summary
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);
Archived First Post
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.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...