JASS Tags

Tom Jones

N/A
Reaction score
437
Could you make the background transparent aswell, and remove the frame? And perhaps bold the text.
 

Hero

─║╣ero─
Reaction score
250
Could you make the background transparent aswell, and remove the frame? And perhaps bold the text.

I made the background transparent in the second one and Ok I'll bold the text..hopefully it doesn't lose resolution

________

Edit: Ok TomJones I added it
 

SFilip

Gone but not forgotten
Reaction score
633
Well I do believe there should be a way of somewhat marking a certain spot in the code (if someone posts 500 lines and then tries to explain with words which one "doesn't work"...)
Perhaps a special character/tag? For example you put %%% on one point, ### on another and it parses the text between with a background color (red for instance).

Apart from that...good job creating this phyrex and thanks for implementing it AceHart ;)
 

substance

New Member
Reaction score
34
Well I do believe there should be a way of somewhat marking a certain spot in the code (if someone posts 500 lines and then tries to explain with words which one "doesn't work"...)
Perhaps a special character/tag? For example you put %%% on one point, ### on another and it parses the text between with a background color (red for instance).

Apart from that...good job creating this phyrex and thanks for implementing it AceHart ;)

Highlighting, like in wc3c.
 

PurgeandFire

zxcvmkgdfg
Reaction score
509
Nice job Hero. Plain but it looks neatly put together. +rep

JASS:
function Testing takes nothing returns nothing
     local test JASSTest = GetTestingTest()
     call DestroyTest(JASSTest)
...

:D
 

Duwenbasden

Ver 6 CREATE energy AS SELECT * FROM u.energy
Reaction score
165
the comments needs work:
JASS:
// it does not parse returns
// correctly

// it seems to destroy the \n at the end
// of the line

// so I need an extra line break to do a return
 

AceHart

Your Friendly Neighborhood Admin
Reaction score
1,494
Code:
// it does not parse returns
// correctly
// it seems to destroy the \n at the end
// of the line
// so I need an extra line break to do a return
JASS:
// it does not parse returns
// correctly
// it seems to destroy the \n at the end
// of the line
// so I need an extra line break to do a return


Works as designed.
 
Reaction score
456
JASS:
function WhoIsTheHero takes nothing returns string
   local string s1 = "A"
   local string s2 = "c"
   local string s3 = "e"
   return s1+s2+s3
endfunction

call DisplayTextToForce(GetActiveUsersInTH(), WhoIsTheHero())


Does it actually work? :eek:

The "Jass icon" is good, but it isn't in the middle of the button
jass.gif
 

chovynz

We are all noobs! in different states of Noobism!
Reaction score
130
JASS:
function chovynz takes player state returns nothing
    call GetPlayerState(GetPlayersAll(),SANE)
    call RemovePlayerUnit(Wallet)
    call ConfirmPlayerState(GetPlayersAll(),BONKERS)
    if PlayerState(GetPlayersAll()) == BONKERS then
      call MoveUnitLocation (chovynz(MainHero), 20030404.23,123331234.442)
    else
      call NotifyUnit(YourMom, GetAllPlayers())
    endif
endfunction


meh... it doesn't seem to be working.
 

Chocobo

White-Flower
Reaction score
409
Code:
function chovynz takes player state returns nothing  call GetPlayerState(GetPlayersAll(),SANE)  call RemovePlayerUnit(Wallet)  call ConfirmPlayerState(GetPlayersAll(),BONKERS)  if PlayerState(GetPlayersAll()) == BONKERS then  call MoveUnitLocation (chovynz(MainHero), 20030404.23,123331234.442)  else  call NotifyUnit(YourMom, GetAllPlayers())  endif endfunction

Well, copy & paste do not work very well.. also.
 

elmstfreddie

The Finglonger
Reaction score
203
Works perfect, everyone has been using it.

Why you bumping all these old posts helper???

JASS:
function works takes nothing returns boolean
    return (test(true,true) == true)
endfunction
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top