Can someone answer my question

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

Na2
Member
Posts: 68
Joined: August 13th, 2008, 1:21 pm

Can someone answer my question

Post by Na2 »

is there anyway too put a song in a map that is activated and deactivated by a code ??
initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

Re: Can someone answer my question

Post by initialD »

Can someone asnwer your question?
YES

Is there anyway too put a song in a map that is activated and deactivated by a code ??
YES

Now , ask me HOW to do it.
Answer: I don't know.

lol I moved this to other section so other Coders will get you the answer, perhaps.
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: Can someone answer my question

Post by Arabidnun »

Basically, what you are looking for is a trigger that when a player types -music for instance, the music you designate will play.

Code: Select all

Untitled Trigger 001
    Events
        Player - Player 1 (Red) types a chat message containing -music as An exact match
    Conditions
    Actions
        Sound - Play Music
Now, make a trigger that stops music when you type something after that and you done.