View Single Post
  #8  
Old 01-31-2007, 10:13 PM
hotrian hotrian is offline
Who?
Join Date: May 2003
Location: Eatonville, Washington, 98328
Posts: 56
hotrian is on a distinguished road
Send a message via AIM to hotrian Send a message via MSN to hotrian
Quote:
Originally Posted by Riot View Post
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.
Reply With Quote