• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

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