Help, How do i make objective "B" be assigned when Objective "A" is completed?
So far this is what ive tried:
Trigger:
"2" objStatus "DONE";
The trigger is synced to a settaskstate module
Condition
"Item_keys" in ((vestItems player) + (uniformItems player) + (backpackItems player))
On Activation
Car1 setVehicleLock "UNLOCKED";
Can somebody tell me what is wrong with this or if I'm missing something?