Speed change in 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
darkwyder
Posts: 22
Joined: Tue Dec 09, 2008 4:07 pm

Speed change in decorate...

Post by darkwyder »

Right now i'm working on the decorate of a scientist that is usually walking at normal speed in its spawn state (A_Wander).. however, i would like it walks faster when he sees the player... is there a way i can change its speed in the decorate when it gets to the see state?

here's what i'm doing:

Spawn:
SCSS AA 6 A_Wander
SCSS A 0 A_Look
SCSS BB 6 A_Wander
SCSS B 0 A_Look
SCSS CC 6 A_Wander
SCSS C 0 A_Look
SCSS DD 6 A_Wander
SCSS D 0 A_Look
Loop
See:
SCSS AABBCCDD 4 A_Chase
Loop

I would appreciate any help :D
User avatar
Caligari87
Admin
Posts: 6241
Joined: Thu Feb 26, 2004 3:02 pm
Preferred Pronouns: He/Him
Contact:

Re: Speed change in decorate...

Post by Caligari87 »

Technically, what you're doing already should do that. Shorten the duration of the states in 'See" even more, see if it makes a difference.

8-)
User avatar
Ceeb
Posts: 5125
Joined: Wed Jun 11, 2008 4:07 pm
Location: Castle Wut

Re: Speed change in decorate...

Post by Ceeb »

Code: Select all

SCSS AABBCCDD 2 A_Chase
User avatar
darkwyder
Posts: 22
Joined: Tue Dec 09, 2008 4:07 pm

Re: Speed change in decorate...

Post by darkwyder »

It worked out just fine!... thank you both! :D
Locked

Return to “Editing (Archive)”