- Joined
- Oct 8, 2018
- Messages
- 8,243
- Reaction score
- 3,515
- First Language
- Dutch
- Primarily Uses
- RMMV
@Teostratos & @Puppet Knight
if you want it activated midgame, use one of those (also on page 1 where I told it:
1) by using: $gameLighting.enable();
2) by using: $gameLighting.disable();
3) by using: $gameLighting.setPluginStatus(true/false);
by 3, use either true, to "enable" it, use false to "disable" it
if you go 1,2 pages back, you get set the do around:
$gameLighting.setStatus(eventID, "on"/"off") if you use the comment there.
if you want it activated midgame, use one of those (also on page 1 where I told it:
1) by using: $gameLighting.enable();
2) by using: $gameLighting.disable();
3) by using: $gameLighting.setPluginStatus(true/false);
by 3, use either true, to "enable" it, use false to "disable" it
if you go 1,2 pages back, you get set the do around:
$gameLighting.setStatus(eventID, "on"/"off") if you use the comment there.