User Profile
Collapse
-
Fixed it myself! Completely new to Python... -
NameError: x
This problem is occurring in Jython:
Code:File "<iostream>", line 0, in execute NameError: x
Why is it throwing this? cycleevent being a Java abstract...Code:class test(cycleevent): x = 100 def execute(a, b): global x x -= 1 player.sendMessage("testing....") if x == 0: b.stop() def stop(a): return
No activity results to display
Show More
Leave a comment: