so I wanted to make a trigger so that when you press the C (key) and the 1 (key) at the same time,
for example my tranmission starts.
The reason for this triger is that when you press C (key) a potrait comes up, and you are given 3 diffrerent key (1,2,3,) with 3 different transmission
for eacg key.
And I donĀ“t want to be able to press just the 1 (Key) for my transmission to start.
Hi,
so I wanted to make a trigger so that when you press the C (key) and the 1 (key) at the same time, for example my tranmission starts.
The reason for this triger is that when you press C (key) a potrait comes up, and you are given 3 diffrerent key (1,2,3,) with 3 different transmission for eacg key. And I donĀ“t want to be able to press just the 1 (Key) for my transmission to start.
Can someone please help?
thanks.
@Bennyha1: Go
You need a boolean variable (In this example "CDown" defaulting to False)
Trigger 1:
Trigger 2:
Trigger 3:
Yup, Telthalion is correct. By the way, welcome to sc2mapster :D
Works like a charm, thanks guys!