• 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!

Lua Exception to Code [RME Extensions]

Fargo

Alright Mapper
Joined
Jun 14, 2009
Messages
885
Solutions
2
Reaction score
460
So I've been making some extensions on RME and there are some items that I want to leave out of the code.
So instead of doing this (Splitting it up around a single item)
Code:
<item fromid="xx" toid="xy"/>
<item fromid="yx" toid="yy"/>
I was wondering if there was an exception to this such as
Code:
<item fromid="xx" toid="yy" besidesid="xz"/>
As you can see I'm a bit of a noob when it comes to scripting. I wasn't really sure how to search for this so I chose to ask this once.
 
Back
Top