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

Solved [Solved] Check item in pos - Movements Revscripts

LeOnArd0

Member
Joined
Jan 24, 2010
Messages
76
Reaction score
14
Hello guys, good night!

I need help with an revscript, i tryed construction, but it doesn't deliver the item at the position.

The idea is that the player places the helmet pieces in the correct order and position and steps on a tile with the unique. After that, the pieces disappear and in front of him an item is delivered, if the order is incorrect it will give a poff effect and send the message that the order is incorrect.

I believe the problem is in this function: Game.createItem(helmetId, 1, helmetPosition)


i found this error:
Game.createItem(ITEM_HELMET, 1, helmetPosition)

Greetings,
Leo
 
Last edited:
Back
Top