Fable: The Lost Chapters Mod Scene
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Fable TLC » Discussion » Level Scripting » "Readable" Creatures
"Readable" Creatures [message #20884] Wed, 27 June 2007 12:30 Go to previous message
chaos is currently offline  chaos
Messages: 542
Registered: May 2006
I wanted to make a creature that you can click on and you'll sort of read him.

I tried using this code but it crashed my game(This one is a teleporter):

NewThing Creature;
Player 4;
UID 884467414367272456745684568;
DefinitionType "CREATURE_BRIAR";
CreateTC "CTCActionUseScriptedHook";
ScriptData "Are you sure you want to sail to the Prison Path?";
ThingGamePersistent TRUE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 78.935790;
PositionY 32.822880;
PositionZ 5.450000;
RHSetForwardX 0.000000;
RHSetForwardY 1.000000;
RHSetForwardZ 0.000000;
RHSetUpX 0.000000;
RHSetUpY 0.000000;
RHSetUpZ 1.000000;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCActionUseScriptedHook;
Usable TRUE;
ReversedOnMiniMap FALSE;
HiddenOnMiniMap TRUE;
VersionNumber 1;
ForceConfirmation TRUE;
TeleportToRegionEntrance TRUE;
EntranceConnectedToUID 88446741874686296317357438468;
SoundName "";
AnimationName "";
ReplacementObject 0;
EndCTCActionUseScriptedHook;
StartCTCVillageMember;
VillageUID 0;
EndCTCVillageMember;
StartCTCContainerRewardHero;
EndCTCContainerRewardHero;
StartCTCEnemy;
FriendsWithEverythingFlag FALSE;
EnableFollowersEnemyProxy TRUE;
FactionName;
EndCTCEnemy;
Health 45.0;
OverridingBrainName NULL;
HasInformation FALSE;
WanderWithInformation FALSE;
WaveWithInformation FALSE;
EnableCreatureAutoPlacing FALSE;
AllowedToFollowHero FALSE;
RegionFollowingOverriddenFromScript FALSE;
RespondingToFollowAndWait TRUE;
CanBeCourted FALSE;
CanBeMarried FALSE;
Health 1.0;
EndThing;


http://i143.photobucket.com/albums/r124/korgoth-of-barbaria/chaos-1.jpg
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Disable Cullis Gates
Next Topic: It worked once.
Goto Forum:
  


Current Time: Fri Mar 29 06:35:00 PDT 2024

Total time taken to generate the page: 0.01199 seconds