14 lines
355 B
Plaintext
14 lines
355 B
Plaintext
|
if GetNVSEVersionFull < 6.2
|
||
|
MessageBoxEx "Bottle Rinse Repeat requires xNVSE 6.20+."
|
||
|
endif
|
||
|
|
||
|
if GetPluginVersion "JohnnyGuitarNVSE" < 325
|
||
|
MessageBoxEx "Bottle Rinse Repeat requires JohnnyGuitar NVSE 3.25+."
|
||
|
endif
|
||
|
|
||
|
if GetPluginVersion "JIP LN NVSE" < 55.70
|
||
|
MessageBoxEx "Bottle Rinse Repeat requires JIP LN 55.70+."
|
||
|
endif
|
||
|
|
||
|
call EBxBootstrap
|