Jonah | January 03, 2008
New bbcode elements
We now have the [color*], [size*] and [code*] bbcode tags working! Example:
players = array_create(); // Creates array
array_set(players, "attack", "player1", "skills", 1);
array_set(players, "defend", "player1", "skills", 2);
array_set(players, "attack", "player1", "skills", 1);
array_set(players, "defend", "player1", "skills", 2);
*note that is does not auto-highlight though.
Comments:
It is recommended you logon before commenting.