Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
How to identify who types a command into chat
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to identify who types a command into chat (Read 333 times)
Nomel
March 04, 2013, 06:40:10 PM
I am writing a script and don't know how to identify the player object that's associated with a person that types a command into the chat. I want to create an AI that follows the person that types a chat command in.
Ad Bot
Advertisement
Ipquarx
March 04, 2013, 07:39:51 PM
function serverCmdCommandName(%Client, %Arg0, %Arg1, (...), %ArgN)
{
%Player = %Client.player;
//Stuff here
}
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
How to identify who types a command into chat