DECORATE

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
User avatar
Galaxy_Stranger
Posts: 1326
Joined: Sat Aug 16, 2003 11:42 pm
Location: Shropshire
Contact:

DECORATE

Post by Galaxy_Stranger »

I'm sure this has been asked before - but I'll do it anyway.
Is there a way to get DECORATE to assign a footsteps sound or at least a sound that is played while the thing is in motion?
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

Use A_PlaySound.

E.G

Code: Select all

See:
        POSS AABBCCDD 4 A_Chase
        POSS D 0 A_PlaySound ("Grunt/FootStep")
        Loop
User avatar
Galaxy_Stranger
Posts: 1326
Joined: Sat Aug 16, 2003 11:42 pm
Location: Shropshire
Contact:

Post by Galaxy_Stranger »

SWEET! Thanks!
Locked

Return to “Editing (Archive)”