Code: Select all
ACTOR PinkBaby 19998
{
//$Category NPCs
Radius 25
Height 9
Speed 3
SeeSound "baby/active"
ActiveSound "baby/active"
States
{
Spawn:
PBAB AABBCCBB 4 A_Wander
Loop
}
}
ACTOR BlueBaby 19997
{
//$Category NPCs
Radius 25
Height 9
Speed 3
SeeSound "baby/active"
ActiveSound "baby/active"
States
{
Spawn:
BBAB AABBCCBB 4 A_Wander
Loop
}
}
Code: Select all
baby/active CRYBABY
Thanks in advance.