-- HOTSPOT pt prints in camera sprasycan.room din Mainlab function popup_spraycan() PlayDialog( nil, "M2_WARRICK_386" ) SetActive( EOBJ_spraycan_FPrint, false ) SetActive( EHOTSPOT_spraycan_FPrint, false ) AddEvidence( ETPartialFpSprayCan ) AddEvidenceDescriptionText( ETPartialFpSprayCan, "_TB_E1003" ) end AddEvent( nil, false, fingerdust, EOBJ_spraycan_FPrint, nil, "popup_spraycan" ) -- jacket hair function popup_jacket_hair() SetVisible( EOBJ_jacketHair, false ) SetActive( EHOTSPOT_jacket_Hair, false ) SetActive( EHOTSPOT_jacketHair, false ) AddEvidence( ETJacketHair ) AddEvidenceDescriptionText( ETJacketHair, "_TB_E46" ) end AddEvent( nil, false, tweezers, EHOTSPOT_jacket_Hair, nil, "popup_jacket_hair" ) -- jacket vomit -- HOTSPOT pt vomit in jacket_vomit.room function popup_jacket_vomit() SetActive( HPawnShopStain, false ) SetActive( EHOTSPOT_vomitZoom, false ) AddEvidence( ETSwabJacket ) AddEvidenceDescriptionText( ETSwabJacket, "_TB_E460" ) end AddEvent( nil, false, swab, HPawnShopStain, nil, "popup_jacket_vomit" ) -- discarded food function popup_discarded_food() -- SetVisible( EOBJ_porkchop, false ) SetActive( EHOTSPOT_porkchop, false ) AddEvidence( ETDiscFoodSubstance ) AddEvidenceDescriptionText( ETDiscFoodSubstance, "_TB_E121" ) end AddEvent( nil, false, asmount, EHOTSPOT_porkchop, nil, "popup_discarded_food" ) -- stright glass prints -- HOTSPOT pt amprente function popup_strightglass_prints() SetActive( EOBJ_asylumBottle2_FPrint, false ) PlayDialog( nil, "M2_WARRICK_74" ) AddEvidence( ETFingerprintStraightGlass ) AddEvidenceDescriptionText( ETFingerprintStraightGlass, "_TB_E1464" ) end AddEvent( nil, false, fingerdust, EOBJ_asylumBottle2_FPrint, nil, "popup_strightglass_prints" ) -- pointed glass prints -- HOTSPOT pt amprente function popup_pointedglass_prints() SetActive( EOBJ_asylumBottle1_FPrint, false ) PlayDialog( nil, "M2_WARRICK_73" ) AddEvidence( ETFingerprintPointedGlass ) AddEvidenceDescriptionText( ETFingerprintPointedGlass, "_TB_E449" ) end AddEvent( nil, false, fingerdust, EOBJ_asylumBottle1_FPrint, nil, "popup_pointedglass_prints" ) -- combined glass prints from glass popup function popup_glass_prints() SetActive( EOBJ_GlassAll_FPrint, false ) SetActive( EHOTSOT_GlassAll_FPrint, false ) PlayDialog( nil, "M2_WARRICK_75" ) AddEvidence( ETPartialFpBottle ) AddEvidenceDescriptionText( ETPartialFpBottle, "_TB_E946" ) RemoveEvidence( ETFingerprintPointedGlass ) RemoveEvidence( ETFingerprintStraightGlass ) end AddEvent( nil, false, fingerdust, EOBJ_GlassAll_FPrint, nil, "popup_glass_prints" ) -- combined prints with assembly -- trebuie definit HOTSPOT-ul pt bottle2 in asylumBottle2.room --function popup_assembled_prints_glassA() -- ChangeRoom( ) -- PlayDialog( nil, "M2_WARRICK_75" ) -- SetActive( EHOTSOT_GlassAll_FPrint, false ) -- AddEvidence( ETPartialFpBottle ) -- AddEvidenceDescriptionText( ETPartialFpBottle, "_TB_E946" ) -- RemoveEvidence( ETFingerprintPointedGlass ) -- RemoveEvidence( ETFingerprintStraightGlass ) --end --AddEvent( nil, false, ETFingerprintPointedGlass, HOTSPOT, nil, "popup_assembled_prints_glassA" ) --function popup_assembled_prints_glassB() -- ChangeRoom( ) -- PlayDialog( nil, "M2_WARRICK_74" ) -- SetActive( EHOTSOT_GlassAll_FPrint, false ) -- AddEvidence( ETPartialFpBottle ) -- AddEvidenceDescriptionText( ETPartialFpBottle, "_TB_E946" ) -- RemoveEvidence( ETFingerprintPointedGlass ) -- RemoveEvidence( ETFingerprintStraightGlass ) --end --AddEvent( nil, false, ETFingerprintPointedGlass, HOTSPOT, nil, "popup_assembled_prints_glassB" ) -- combined final print with assembly --function popup_assembled_prints_finalA() -- NewEvent( EVLabPunkerFinal, nil) --end --AddEvent( nil, false, ETPartialFpSprayCan, HOTSPOT, nil, "popup_assembled_prints_finalA" ) -- combined final print with assembly --function popup_assembled_prints_finalB() -- NewEvent( EVLabPunkerFinal, nil) --end --AddEvent( nil, false, ETPartialFpBottle, HOTSPOT, nil, "popup_assembled_prints_finalB" ) --function final_print() -- ChangeRoom() -- AddEvidence( ETCombFpAsylumGang ) -- AddEvidenceDescriptionText( ETCombFpAsylumGang, "_TB_E1007" ) -- Cele 2 amprente partiale trebuiesc sterse din menu -- RemoveEvidence( ETPartialFpSprayCan ) -- RemoveEvidence( ETPartialFpBottle ) -- SendEvidenceToComputer( ETCombFpAsylumGang ) --end --AddEvent( EVLabPunkerFinal, false, EVLabPunkerFinal, nil, nil, "final_print" ) -- combined glass function popup_assembled_glassA() NewEvent( EVAssembledGlass, nil ) end AddEvent( nil, false, EIPointedGlassFrag, EHOTSPOT_asylumBottle1_FPrint, nil, "popup_assembled_glassA" ) function popup_assembled_glassB() NewEvent( EVAssembledGlass, nil ) end AddEvent( nil, false, EIStraightGlassFrag, EHOTSPOT_asylumBottle2_FPrint, nil, "popup_assembled_glassB" ) function glass_final_assembled() ChangeRoom( MainLabGlassAll ) SetBackRoom( MainLabGlassAll, MainlabDefaultRoom ) AddEvidence( EIAssembledBottleFrag ) AddEvidenceDescriptionText( EIAssembledBottleFrag, "_TB_E4240" ) RemoveEvidence( EIStraightGlassFrag ) RemoveEvidence( EIPointedGlassFrag ) end AddEvent( EVAssembledGlass, false, EVAssembledGlass, nil, nil, "glass_final_assembled" )