• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

stairs code

tnecniiv

scripter to be
Joined
Jan 6, 2012
Messages
294
Solutions
3
Reaction score
23
hey im using tfs 1.2 running 10.98
i was wondering how could i make these item in rme work like stairs


Untitled.png

they dont function properly in game was wondering how i could fix this issue
 
i already applied this it still wasn't working kinda why i came here sorry forget to say i did
Code:
    <item id="22593" article="a" name="stairs">
        <attribute key="floorchange" value="down" />
    </item>
    <item id="22593" article="a" name="stairs">
        <attribute key="floorchange" value="down" />
    </item>
    <item id="22594" article="a" name="stairs">
        <attribute key="floorchange" value="down" />
    </item>
    <item id="22595" article="a" name="stairs">
        <attribute key="floorchange" value="down" />
    </item>
    <item id="22596" article="a" name="stairs">
        <attribute key="floorchange" value="down" />
    </item>
    <item id="22597" article="a" name="stairs">
        <attribute key="floorchange" value="down" />
    </item>
 
i already applied this it still wasn't working kinda why i came here sorry forget to say i did
Code:
    <item id="22593" article="a" name="stairs">
        <attribute key="floorchange" value="down" />
    </item>
    <item id="22593" article="a" name="stairs">
        <attribute key="floorchange" value="down" />
    </item>
    <item id="22594" article="a" name="stairs">
        <attribute key="floorchange" value="down" />
    </item>
    <item id="22595" article="a" name="stairs">
        <attribute key="floorchange" value="down" />
    </item>
    <item id="22596" article="a" name="stairs">
        <attribute key="floorchange" value="down" />
    </item>
    <item id="22597" article="a" name="stairs">
        <attribute key="floorchange" value="down" />
    </item>
you also have to edit items.otb spr and dat file
 
Back
Top