View Single Post
  #6  
Old 06-10-2005, 09:41 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
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.