Thread: Questions
View Single Post
  #6  
Old 07-27-2005, 08:19 PM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally Posted by WanDaMan
Two questions.

One:
Is there a way to set the horses food? I mean so that they don't have to eat bushes they're automatically fast when you hop on them

Two:
My script doesn't work, I'm using addtiledef2. I'm trying to make it so when you enter the level it shows also when you reconnect.
NPC Code:
// NPC made by Makaveli Acheron
//#CLIENTSIDE
if(created || playerenters){
addtiledef2 blasphemy_snow-tiles.gif,#L,0,0;
}


I've used other versions of this and none of them work.

Any help I'm greatfull, thanks.
Quote:
Originally Posted by rules
5) Don't post your questions in a thread that is dedicated to another problem - post only questions closely related to the problem. Others may be considered offtopic and deleted. Two problems belonging to the same project do not make them related in a way that effects posting there.
Please pay heed to them.
Reply With Quote