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

movements

Luke sky walker

New Member
Joined
Jun 20, 2008
Messages
45
Reaction score
2
i need one movement event

PHP:
else if(tmpStr == "left-hand")
slot = SLOT_LEFT;

i need one example

PHP:
else if(tmpStr == "two-hand")
slot = SLOT_LEFT;
slot = SLOT_RIGHT;

so I do not know how I declare the 2 before someone could help me I already tried until well

PHP:
else if(tmpStr == "two-hand")
{			
slot = SLOT_RIGHT || slot = SLOT_LEFT;
}

help me please!
 
I don't understand what you mean ; S

If you want to be something was working for both hands, then you need to declare it in movements.xml twice.

right-hand, and left-hand
 
Back
Top