So, i'm learning vbs and i'm playing with code to learn more, but there's an error:
Option Explicit
Dim x
Dim lol
Dim lol2
Dim lol3
Dim lol4
x=msgbox("oof" ,vbYesNo+vbSystemModal, "only oof")
if x = vbYes Then
lol=msgbox("more oofs then",vbCritical+vbOKCancel+vbDefaultButton1, "hehe")...