;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment;NEXT FRAGMENT INDEX 5Scriptname TIF__01001D92 Extends TopicInfo Hidden;BEGIN FRAGMENT Fragment_4Function Fragment_4(ObjectReference akSpeakerRef)Actor akSpeaker = akSpeakerRef as Actor;BEGIN CODE;1=sit, 2=layif isSit == falseDebug.SendAnimationEvent(akSpeakerRef, "idleSitStart")isSit = trueelseif isSit == trueDebug.SendAnimationEvent(akSpeakerRef, "idleLayStart")isSit = falseendIf;END CODEEndFunction;END FRAGMENT;END FRAGMENT CODE - Do not edit anything between this and the begin commentBool Property isSit = False Auto