‘New Player’ Callbacks....
Posted: 04 Jul 2018, 16:49
Hello again, this time I have a doubt with this script.
I'm reading the Modding Resources For Developers section, and I see this script ....
The question is that I do not know where to put or edit this sentence or others. I have to edit some file, or on the contrary I have to add it ?.
Thanks again.
I'm reading the Modding Resources For Developers section, and I see this script ....
Code: Select all
function my_callback(%client) {
centerprintall("Character ID " @ %client.player.getCharacterId() @ " has entered the world!", 8);
}
TTmod_registerPlayerEnterCallback("my_callback");
Thanks again.