Nope.
I used this code to make it so this certain action is only performed to users on v3:
NPC Code:
if (graalversion > 3 && graalversion < 4) {
And for some reason, the actions were still being performed to v4 users. So, I spoke with CheeToS, and when he was debugging it, he coded it so his chat returns the graalversion, and it returned to 3.04, rather then 4.x.