arghh
___________________________________________
ERROR in
action number 1
of Begin Step Event
for object AmmoCounter:
Error in code at line 2:
else if global.myself.object == -1 instance_destroy();
^
at position 24: Unknown variable object
___________________________________________
ERROR in
action number 1
of Begin Step Event
for object HealedHud:
Error in code at line 1:
if global.showHealer == 0 || global.myself.object == -1 instance_destroy();
^
at position 44: Unknown variable object
___________________________________________
ERROR in
action number 1
of Step Event
for object HealedHud:
Error in code at line 7:
if(player.team == global.myself.team) {
^
at position 38: Unknown variable team
___________________________________________
ERROR in
action number 1
of End Step Event
for object PlayerControl:
Error in code at line 1:
if(global.myself.object == -1) exit;
^
at position 18: Unknown variable object
___________________________________________
ERROR in
action number 2
of Draw Event
for object OldRifle:
Error in code at line 12:
if (owner.zoomed && owner == global.myself.object) {
^
at position 49: Unknown variable object
___________________________________________
ERROR in
action number 2
of Draw Event
for object OldRifle:
Error in code at line 12:
if (owner.zoomed && owner == global.myself.object) {
^
at position 49: Unknown variable object
___________________________________________
ERROR in
action number 1
of Draw Event
for object HealthHud:
Error in code at line 1:
if(global.myself.team == TEAM_BLUE) {
^
at position 18: Unknown variable team
___________________________________________
ERROR in
action number 1
of Draw Event
for object AmmoCounter:
Error in code at line 8:
if global.myself.object != -1 {
^
at position 19: Unknown variable object
___________________________________________
ERROR in
action number 1
of Draw Event
for object ScorePanel:
Error in code at line 45:
if global.myself.object==-1{
^
at position 23: Unknown variable object
___________________________________________
ERROR in
action number 1
of Draw Event
for object ClassSelectController:
Error in code at line 3:
if(!(global.myself.team==TEAM_RED || global.myself.team==TEAM_BLUE)) {
^
at position 21: Unknown variable team
___________________________________________
ERROR in
action number 1
of Begin Step Event
for object PlayerControl:
Error in code at line 25:
if(global.myself.object != -1)
^
at position 19: Unknown variable object
___________________________________________
ERROR in
action number 1
of Begin Step Event
for object AmmoCounter:
Error in code at line 2:
else if global.myself.object == -1 instance_destroy();
^
at position 24: Unknown variable object
___________________________________________
ERROR in
action number 1
of Begin Step Event
for object HealedHud:
Error in code at line 1:
if global.showHealer == 0 || global.myself.object == -1 instance_destroy();
^
at position 44: Unknown variable object
___________________________________________
ERROR in
action number 1
of Step Event
for object HealedHud:
Error in code at line 7:
if(player.team == global.myself.team) {
^
at position 38: Unknown variable team
___________________________________________
ERROR in
action number 1
of End Step Event
for object PlayerControl:
Error in code at line 1:
if(global.myself.object == -1) exit;
^
at position 18: Unknown variable object
Explain me how the fuck it can happen if this is the only code in there:
if global.myself == -1 instance_destroy()
else if global.myself.object == -1 instance_destroy();And i didn't touch any code that has to do with global.myself and global.myself.object
___________________________________________
ERROR in
action number 1
of Other Event: User Defined 5
for object Rocket:
Error in code at line 10:
if(characterHit.team != team || characterHit.id == ownerPlayer.object && characterHit.ubered == 0 && !characterhit.radioactive) {
^
at position 117: Unknown variable characterhit
got hit with cow mangler
___________________________________________
ERROR in
action number 1
of Other Event: User Defined 5
for object ManglerShot:
Error in code at line 10:
if(characterHit.team != team || characterHit.id == ownerPlayer.object && characterHit.ubered == 0 && !characterhit.radioactive) {
^
at position 117: Unknown variable characterhit
ffffuuuuuuuuuuuuuuuuu why is gm case sensitive?
'characterhit' should have been 'characterHit'

Should i upload a new version that just fixes that one stupid bug?