1
Forum Games / Re: Describe the above user's avatar with one word v2
« on: November 10, 2025, 11:49:52 PM »
Bump
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
It's not like he's not logging in anymore, I still have hope.Yeah, about that...
//
// Hooking a bot so it sends a chat message instead of pathing its way to a brick.
//
function botTalk(%obj)
{
talk("Hello, World!");
}
// Datablock method:
datablock PlayerData(HoleBot : PlayerStandardArmor)
{
hooks_ifPathBrick = "botTalk";
};
// Armor method:
%obj.hooks_ifPathBrick = "botTalk";
//
// Disabling a bot from pathing its way to bricks.
//
// Datablock method:
datablock PlayerData(HoleBot : PlayerStandardArmor)
{
hooks_ifPathBrick = -1;
};
// Armor method:
%obj.hooks_ifPathBrick = -1;
I'm still waiting on him to release perrenial lolI'm still waiting for him to finish his story.
Blockland now requires multiplayer to be fun. Everything about Blockland is built to lean against multiplayer.Rosy retrospect.
Back in the Pre V21 days, with all the maps, builds and content available, even if you were on the game alone,
Blockland could be fun.
Playing more when it was more populated.Remember when the server browser had a scroll bar?
Started modding too late
Nice mod, you should add a client flag so other scripts can detect when this one is displaying a center print and check for that to minimize conflicts.I've pushed an update adding this flag to Glass.