When I try to copy/paste a script from a pm window or history window, it always seems to break at the < sign of a for() loop.
PHP Code:
function onCreated()
{
for (i=0; i<10; i++)
{
echo(i);
}
}
I pmed that to NPC-Server. When I tried to copy it out of history, it came out as
PHP Code:
function onCreated()
{
for (i=0; i