The tinkering itch

Status
Not open for further replies.
Level 9
Joined
Jul 1, 2005
Messages
392
I want to add a means of turning the music on/off.
I want to change the mp3 played to something else.
I also want to tinker with the items a little bit... just to make them more in line with something a cat would want.

Like turning the famed potion of speed into catnip with it's own button icon.
Rename a few of the abilities too... change endurance aura's name into kitten's prowess or something.

How do I do the music part? and the button icon interchange?
 
It's very easy to change an icon.
Go to the object editor then click abilities, find your ability and look for icon then change it to whatever you want.

It's very easy to change music. Here's an example:

You will have to open the sound editor and then say import as music.

The trigger is called:
sound - play music

and here's how it should look like.
Code:
Good Music
    Events
        Player - Player 1 (Red) types a chat message containing turn on the music as An exact match
    Conditions
    Actions
        Sound - Play PH1 <gen>
 
Status
Not open for further replies.
Back
Top