Next thing, about elevators again...
On page 50, Nirran wrote about it.
I have done it in the same way now, but it just doesn't work. Would "metarule(15, 24);" be correct? Like:
Code:
procedure spatial_p_proc begin
metarule(15, 24);
//display_msg("elevatorrrrl!");
end
While 24 == the number in the elevator.ini file. The script compiles, I get no problems. But ingame nothing happens.
In my elevator.ini file:
Code:
[24]
Image=1
ID1=202
Elevation1=0
Tile1=18106
ID2=203
Elevation2=0
Tile2=18106
I used the ini file from the latest RP release as template.
/Edit: God damnit... of course it doesn't work, because Elevators.ini was commented out in the ddraw.ini ....
/Edit #2: Somehow I can't change the elevator image. Regardless what I add, nothing changes. I even tried the 3-elevations elevator that came as example in the sfall modders pack and I still always see the 4 buttons-elevator.
Ideas?
/Edit #3: I don't get it. IDs are correct, still... I use elevator in map A and get to correct map B. I use elevator in map B and don't go back to A, I go to C...
/Edit #4: Now every elevator, except the first two (24 and 25) is working. I still don't get, why it's like that. Even if I make a copy of 24 or 25 elevator and use some other number, like 29, etc. it has the same effect. I can't even change the elevator image.