- Joined
- Oct 8, 2018
- Messages
- 7,513
- Reaction score
- 3,021
- First Language
- Dutch
- Primarily Uses
- RMMV
@finalrpg777 use flashLight ON/OFF in 1 condition brance
and use a switch to check.
(this is easier with a button common event (YEP or Eliaquim)
or a key mapper plugger.
If: script: Flashlight Switch = OFF
flash light is ON
Plugin command Flashlight ON
else
Flashlight is OFF
plugin command flashlight OFF
end
alternative, you can toggle it ON off by item.
but thats up to you.
and use a switch to check.
(this is easier with a button common event (YEP or Eliaquim)
or a key mapper plugger.
If: script: Flashlight Switch = OFF
flash light is ON
Plugin command Flashlight ON
else
Flashlight is OFF
plugin command flashlight OFF
end
alternative, you can toggle it ON off by item.
but thats up to you.