Thread: hmmm
View Single Post
  #3  
Old 06-05-2007, 07:50 PM
MysticalDragon MysticalDragon is offline
Global Administration
MysticalDragon's Avatar
Join Date: Oct 2002
Location: Lynn Ma
Posts: 883
MysticalDragon is a jewel in the roughMysticalDragon is a jewel in the rough
Send a message via AIM to MysticalDragon Send a message via MSN to MysticalDragon
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.
__________________
~Delteria Support
~Playerworld Support
~PWA Chief
http://support.toonslab.com
[email protected]




Last edited by MysticalDragon; 06-05-2007 at 08:01 PM..
Reply With Quote