• Welcome to the Fable Community Forum!

    We're a group of fans who are passionate about the Fable series and video gaming.

    Register Log in

I need a script to spawn enemies

James Butts

A Damn Fool
Joined
Feb 4, 2008
Messages
1,124
Reaction score
17
Points
110
Age
31
I need a script to spawn enemies

could somebody give me a script for spawning enemies please? it would be very helpful and I would give you rep
 
A

Azrooh

Guest
Re: I need a script to spawn enemies

James Butts;168902 said:
could somebody give me a script for spawning enemies please? it would be very helpful and I would give you rep

Don't know multiple creatures...Here's one for spawning A creature though.

NewThing AICreature;
Player 0;
UID 18446741874686321684;
DefinitionType "CREATURE_CHANGE_TO_WHATEVER";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsNavigator;
PositionX 36.780273;
PositionY 111.713562;
PositionZ 15.770989;
RHSetForwardX 0.0;
RHSetForwardY 0.999994;
RHSetForwardZ 0.0;
RHSetUpX 0.0;
RHSetUpY 0.0;
RHSetUpZ 0.999994;
EndCTCPhysicsNavigator;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCTalk;
EndCTCTalk;
StartCTCEditor;
EndCTCEditor;
Health 1.0;
OverridingBrainName NULL;
HasInformation FALSE;
WanderWithInformation FALSE;
WaveWithInformation FALSE;
ContinueAIWithInformation FALSE;
EnableCreatureAutoPlacing FALSE;
AllowedToFollowHero FALSE;
RegionFollowingOverriddenFromScript FALSE;
RespondingToFollowAndWait TRUE;
CanBeCourted FALSE;
CanBeMarried FALSE;
InitialPosX 3492.780273;
InitialPosY 847.713562;
InitialPosZ 15.770989;
EndThing;
 

James Butts

A Damn Fool
Joined
Feb 4, 2008
Messages
1,124
Reaction score
17
Points
110
Age
31
Re: I need a script to spawn enemies

Thanks:D plus rep to you
 
Top