Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Change Event Graphic

Change Event Graphic 1.5

No permission to download

CT_Bolt

Global Moderator
Staff member
Resource Team
Xy$
0.02
CT_Bolt updated Change Event Graphic with a new update entry:

Added Feature: Change player graphic

This update allows you to change the player graphic.
Set eventId to -1 to change player graphic.

Example:
changeEventGraphic(charFilename, charIndex, eventId, direction)
JavaScript:
changeEventGraphic( "Actor1", -1, -1);
Change the player graphic to a random graphic selected from "Actor1"
Note: Direction is not added, this leaves the direction as is.
Read the rest of this update entry...
[doublepost=1495756405,1495755504][/doublepost]
I would like to know how I could use your plugin for my hero, please if it's possible.
Thanks for the idea, I've just added that feature to this plugin.

To change the player graphic:
changeEventGraphic(charFilename, charIndex, eventId, direction)
Set eventId to -1 to change player graphic instead of an event

Example:
JavaScript:
changeEventGraphic( "Actor1", -1, -1);
Change the player graphic to a random graphic selected from "Actor1"
Note: Direction is not added, this leaves the direction as is

Please let me know how this works for you. (cool)
 

CT_Bolt

Global Moderator
Staff member
Resource Team
Xy$
0.02
CT_Bolt updated Change Event Graphic with a new update entry:

Major Update! Many new features!

I re-wrote the core of the script & also I've added a whole bunch of new features!
v1.50 *Major re-write
*New Features*

  • Change Player Character Graphic/Direction ( -1 = Random)
  • Change Actor Character Graphic ( -1 = Random)
  • Change Followers Character Graphic/Direction ( -1 = Random)
  • Batch Change Followers Character Graphic/Direction ( -1 = Random)
  • Batch Change Event/Actor Character Graphic ( -1 = Random)
  • Array Change Followers Character Graphic/Direction ( -1...
Read the rest of this update entry...
 
Top