NeverScript icon indicating copy to clipboard operation
NeverScript copied to clipboard

A scripting language for Neversoft Games (QB)

Results 4 NeverScript issues
Sort by recently updated
recently updated
newest added

Hey there. Do you have any plans for offering support for Guitar Hero .qb files? Thanks

# Explanation Syntax coloring makes coding easier because the programmer can distinguish what each part of the code is by color coding. For example, identifiers can be blue and keywords...

I hacked it in here if you wanna do it like this https://pastebin.com/raw/3hMW0WBn

this seems like a weird quirk, I prefer to use the nextline {} ``` // works if ( < 5) { print text="Variable is below 5" } ``` ``` //...