Jump to content

Where is this script?


Recommended Posts

Posted

You can modify the me command using onPlayerChat:

addEventHandler('onPlayerChat', getRootElement(), 
function(msg, msgType) 
    if msgType == 1 then 
        cancelEvent() 
        outputChatBox('(ME) '..msg, getRootElement, 100, 200, 100) -- do what evah here 
    end 
end ) 
  

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...