View Single Post
  #1  
Old 06-15-2001, 01:10 AM
mhermher mhermher is offline
galase galase!
mhermher's Avatar
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
mhermher is on a distinguished road
Send a message via ICQ to mhermher Send a message via AIM to mhermher Send a message via Yahoo to mhermher
Lightbulb An new Idea for graal2.4 Stefan read

Hi cant we use a script that if a tile is in a place and a STAFF say remove tile and then its removed to normal grass and addtile like this:


if (playersays(remove tile)) {
removetile x,y,tile;
}
if (playersays(add tile)) {
addtile x,y,tile;
}
so staff dont need to upload things all the time
and you can have a script like this

if (playersays(add object)) {
addobject x,y,objectname;
}
and same thing u dont need to download and then upload to just put a tree
__________________
Donate money for my trip to Germany

Adiarde Manager
Reply With Quote