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

OTClient Keep player from moving when window open

Nostalgian

Member
Joined
Mar 17, 2018
Messages
66
Reaction score
15
Quick question(s) for you Otclient pros out there.


I have created several custom windows. Is there a pre-existing function somewhere to keep the player from moving while the window is open? for instance, I know of:
Code:
customWindow:lock()
customWindow:unlock()
This works all fine and dandy, and does what I want it to do..... but it blacks out the whole inventory screen?

Is there quick way to set a window to where you can still click your inventory, but cant move your character?
 
Back
Top