View Single Post
  #9  
Old 12-16-2001, 05:54 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by Torankusu
You need playerx/y, or else it'll go to the coordinates listed in the level.
e.x:

putnpc door.gif,door.txt,30,30;
That will show the door image at the 30,30 coordinates of the level.

But if you want it to be there then
putnpc door.gif,door.txt,30,30;
if the right way
Reply With Quote