View Single Post
Old 26-02-18, 15:51   #10
Titak
Moderator
 
Titak's Avatar
 
Joined: Jul 2003
Posts: 33,359
Default

A question regarding the C165 trigger.

I have this:
Code:
Parameters=      PARAM_WEAPON_HOLSTERS, 1, IGNORE, SIXSHOOTER_ITEM, 1, IGNORE
TriggerGroup=    106, $028000, 1, $A5
TriggerGroup=    108, $2000, 355, $1405
GlobalTrigger=   46, FGT_SINGLE_SHOT_RESUMED, GT_CONDITION_GROUP, IGNORE, 106, 108, IGNORE
TG108 is simply a trigger to make the screen flash purple, just to see if the condition triggers anything the moment the sixshooter is taken from the holsters.
So far nothing...

Changed the framenumber in the PARAM_WEAPON_HOLSTERS command.
Took FGT_SINGLE_SHOT_RESUMED out of GT46.
Nothing.


Have I done something wrong with the C165?

Last edited by Titak; 26-02-18 at 15:53.
Titak is offline   Reply With Quote