How To Use The Spiffy Features

Oninuva

You can change this now in User CP.
Reaction score
221
Look what I found...

Code:
[QUOTE][QUOTE][QUOTE][QUOTE][QUOTE][QUOTE][url]http://www.thehelper.net/forums/misc.php?do=bbcode#postanchor_index[/url][/QUOTE][/QUOTE][/QUOTE][/QUOTE][/QUOTE][/QUOTE]

Do I get a cookie for this -_- Nobody ever tells the noobs about this :p

Cookies for Me!
 

ReVolver

Mega Super Ultra Cool Member
Reaction score
610
Err.. what was the point of this thread? :nuts:
 

The Helper

Necromancy Power over 9000
Staff member
Reaction score
1,703
If you look in that you will see the JASS Tag. VB Code is actually pretty cool and enabled in most of the forums. We just dont allow HTML.
 

Oninuva

You can change this now in User CP.
Reaction score
221
If you look in that you will see the JASS Tag. VB Code is actually pretty cool and enabled in most of the forums. We just dont allow HTML.

Yup... What you think of my spiffy quote xD
 

BlueSin

New Member
Reaction score
37
>>If you look in that you will see the JASS Tag.

Is it functional?

Test:

JASS:
function GetCellLoc takes integer cell, integer board returns location
    local integer column
    local integer row
    local real x
    local real y
    if((ModuloInteger(cell,9)) != 0) then
        set column=ModuloInteger(cell,9)
        set row=ModuloInteger(cell,9)+1
    else
        set column=9
        set row=cell/9
    endif
    set x=CellSize()*(column-1)+(ModuloInteger(board,4)-1)*(CellSize()*13)+GetLocationX(GetRectCenter(udg_origin))
    set y=CellSize()*(row-1)+(board/4)*(CellSize()*13)+GetLocationY(GetRectCenter(udg_origin))
    return Location(x,y)
endfunction


Oh it lists it just like the code tag, except with a much smaller window...
 

Chocobo

White-Flower
Reaction score
409
>>If you look in that you will see the JASS Tag.

Is it functional?

Test:

JASS:
function GetCellLoc takes integer cell, integer board returns location
    local integer column
    local integer row
    local real x
    local real y
    if((ModuloInteger(cell,9)) != 0) then
        set column=ModuloInteger(cell,9)
        set row=ModuloInteger(cell,9)+1
    else
        set column=9
        set row=cell/9
    endif
    set x=CellSize()*(column-1)+(ModuloInteger(board,4)-1)*(CellSize()*13)+GetLocationX(GetRectCenter(udg_origin))
    set y=CellSize()*(row-1)+(board/4)*(CellSize()*13)+GetLocationY(GetRectCenter(udg_origin))
    return Location(x,y)
endfunction


Oh it lists it just like the code tag, except with a much smaller window...

Code:
function GetCellLoc takes integer cell, integer board returns location
    local integer column
    local integer row
    local real x
    local real y
    if((ModuloInteger(cell,9)) != 0) then
        set column=ModuloInteger(cell,9)
        set row=ModuloInteger(cell,9)+1
    else
        set column=9
        set row=cell/9
    endif
    set x=CellSize()*(column-1)+(ModuloInteger(board,4)-1)*(CellSize()*13)+GetLocationX(GetRectCenter(udg_origin))
    set y=CellSize()*(row-1)+(board/4)*(CellSize()*13)+GetLocationY(GetRectCenter(udg_origin))
    return Location(x,y)
endfunction

Simply weird, like that.
 

Oninuva

You can change this now in User CP.
Reaction score
221
A SUPER BUMP FOR DA noobs.

Happy Valentines Day to all Who Reads.
 

SFilip

Gone but not forgotten
Reaction score
634
> Is it functional?
Not yet. phyrex1an made a working one with syntax highlighting, hopefully one day it will be installed.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top