
01-31-2007, 10:13 PM
|
Who?
|
Join Date: May 2003
Location: Eatonville, Washington, 98328
Posts: 56
|
|
Quote:
Originally Posted by Riot
You mean..
HTML Code:
with (putnpc2(x, y, "join someclass;"))
{
this.something = somevar;
this.somefunc();
}
or
HTML Code:
temp.npc putnpc2(x, y, "join someclass;");
temp.npc.something = somevar;
temp.npc.somefunc();
|
with (putnpc2) works?
"join(\"someclass\");" |
__________________
Sometimes I wonder if I think too big.
Quote:
Originally Posted by Admins
I've moved the fox map to "levelstoobig/" because a terrain gmap of 1024x1024 levels is clearly too huge (the kingdoms main map is 40x40 and is already quite big). It was taking a lot of memory and was slowing down the computer.
|
|
|
|