View Single Post
  #1  
Old 08-26-2001, 03:03 PM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
leaving level with player

I am making an npc that leaves the level with the player, but the player is connected to the npc.
eg: playerx=x;playery=y;

i dont need a follow player script but Just a warp to the players, x,y when he/she leaves.
here is what i thought:

NPC Code:

with(getplayer(this.owner)){
warpto #L,playerx,playery;}



im not sure cuz im not that good with npc-server scripting yet, and I havent had a chance to test anything online, its all judging by what ive seen from my firneds.

Please share your thoughts (help or fixes).

Last edited by Warcaptain; 08-26-2001 at 03:37 PM..