Skip to content

wyznel/IsTyping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IsTyping - A CT Library

A CT Library

Description

IsTyping creates a custom trigger to detect when the player is typing in the chat. It then parses their current message for use.

Example usage:

// MyModule/metadata.json
{
...
  "requires": ["IsTyping"],
...
}
// MyModule/index.js
register("benyamin:typing", function(message) {
  //Do whatever you want with the message
  
});

About

CT Lib that creates a trigger to detect when a user is actively typing in the chat.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors