Spells & Systems Mini-Contest #18

Status
Not open for further replies.
Give the judge time...
You would be suprised how dificult it can be to judge something, not to say that there is a great number of submisions in this particular contest...

@xd.Schurke
JASS:
globals
 constant fact GUI
 constant fact JASS
endglobals

function Truth takes nothing returns nothing
 set GUI = User friendly JASS
 if GUI = evil then
  set JASS = evil
  set vJASS = evil
 endif
endfunction
 
Give the judge time...
You would be suprised how dificult it can be to judge something, not to say that there is a great number of submisions in this particular contest...

@xd.Schurke
JASS:
globals
 constant fact GUI
 constant fact JASS
endglobals

function Truth takes nothing returns nothing
 set GUI = User friendly JASS
 if GUI = evil then
  set JASS = evil
  set vJASS = evil
 endif
endfunction

soooo true^^
 
Give the judge time...
You would be suprised how dificult it can be to judge something, not to say that there is a great number of submisions in this particular contest...

@xd.Schurke
JASS:
globals
 constant fact GUI
 constant fact JASS
endglobals

function Truth takes nothing returns nothing
 set GUI = User friendly JASS
 if GUI = evil then
  set JASS = evil
  set vJASS = evil
 endif
endfunction

Syntax error!
JASS:
if GUI = evil then //Setting uses "="; Comparing uses "=="!
set vJASS = evil //Value too low - "extreme" expected!
xD
 
Status
Not open for further replies.
Back
Top