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;
}