hey, question. WIll you be able to use Gscript 1 and 2 in the exact same script, like:
NPC Code:
if (playerenters) {
for (q: players//not sure if this is usable, just trying to use a gs2 command) {
if (q.x>30) setplayerprop#c, HOLY CRAP! I have been seen with my x above 30 with a combined script that uses GS1 and 2!;
}
}