Basically, I want my game to create and write a *.vbs file and run it.
Obviously, the main issue here is that C2's expression tags (" ") get confused with the VBS ones, which either breaks the script or makes a syntax error.
Example:
"msgbox ("sampletext")"
C2 recognises ("sampletext") as an expression and a syntax error.
What am I doing wrong? Is there a workaround or maybe even a completely better way of doing it? I feel like I am being ignorant.