
06-05-2007, 07:50 PM
|
|
Global Administration
|
 |
Join Date: Oct 2002
Location: Lynn Ma
Posts: 883
|
|
|
Each of the npcs just say
NPC Scripted *MysticalDragon
//#CLIENTSIDE
BLANK
This NPC I'am using tem to load the Gmap + Tiles for debugging purposes
but its
//#CLIENTSIDE
function onCreated()
{
onAddTileDefs();
}
function onAddTileDefs()
{
removetiledefs("");
addtiledef("bravo_tileset.png", player.level, 0);
addtiledef("bravo_tileset.png", "bravo", 0);
loadmap("bravotesttown.gmap");
loadmap("bravoonline.gmap");
}
EDIT
Not only can you not see NPCs but you also can't see other players on the gmap. |
Last edited by MysticalDragon; 06-05-2007 at 08:01 PM..
|
|
|