Thread: Tile Problems
View Single Post
  #7  
Old 03-05-2002, 04:32 AM
SSRobgeta SSRobgeta is offline
Ebil Cloud = l337 *kupo*
SSRobgeta's Avatar
Join Date: Aug 2001
Location: Monroeville, PA
Posts: 1,084
SSRobgeta is on a distinguished road
Send a message via AIM to SSRobgeta
Quote:
Originally posted by Link188
// NPC made by Rob Getashu (DeBladen)
if (playerenters) {
toweapons -TILES;
}
if (isweapon) {
addtiledef2 rene_pics1.gif,,1000,1000;
}

Tell me whats wrong with this...The pics1 here is the same size as the regular pics1!
Thats not my script? And you don't need a starting level really. It works fine for me and others.
it's

if (playerenters) {
toweapons -TILES;
}
if (isweapon) {
addtiledef2 rene_pics1.gif,,0,0;
}
__________________
Rob Getashu
Anyone can show you the way, but the real adventure is finding it yourself..
Reply With Quote