Show Posts

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.


Messages - elm

Pages: 1 2 3 4 [5] 6 7 8 9 10 ... 86
61
i keep getting stuck in these perpetual states of i need to focus on important stuff like getting famous and making money and then drifting back to blockland really needs this helmet pack every once in a while

You don't want what comes with fame, trust me. Money is good to pursue, but the most important thing is family and health. Those are both > money and fame.

62
you're right, video gaming isn't even a real occupation

Look at the amount of money some of these kids are making and think again about that statement.

63
Off Topic / Re: what is the best food to eat while high
« on: April 27, 2017, 12:53:27 AM »
When you're high (marijuana) you don't eat while high, unless you're actually hungry. 'The munchy' phase is when you're coming down from your high, that's when you're gunna be the hungriest, trust me.

64
I find these to be pretty useful:

General

New Duplicator

Block Cam V 1.2

Add-on Presets

Blockland Glass 4.0

Weapon functionality

Obstruct Radius Damage "Prevents radius damage and knockback from explosions when standing behind bricks."

66
vector math is probably the ugliest part of torquescript and I still don't fully understand how it works, which is sad because it's also very important

????????????

67
Yeah, that would be great.
Also, sorry for literally forgetting your mod. I got it the day it came out, used it a bit, and then totally forgot.
and I feel bad about it

Ok, music now saves. You can re-download from the same link:

https://forum.blockland.us/index.php?topic=250288.0

68
It doesn't save my music. :(

I can update it i suppose. You just want music saving functionality added?

69
Well, that does de-validate everything Ive asked for I suppose. And the twist is, Ive had your mod for years.

Feelsforgottenman.jpg

70
Or you can just use this: https://forum.blockland.us/index.php?topic=250288.0

Just doesn't compile into a gamemode, but you can have different add-ons enabled and load them by save-name.

71
Add-Ons / Re: No Trust Invites
« on: March 04, 2017, 01:16:34 AM »
Make sure to return the parent call, just in case.

72
Modification Help / Re: Chat Bot code error
« on: March 01, 2017, 01:01:30 PM »
I see you are using the Chatbot Tutorial. Make sure you are doing the steps correctly and reading and understanding it.

In chatbot_getRandomPhraseFromWords(%word) function, you have if(%phrases !$= "Hello"), but in the Tutorial, it's if(%phrases !$= ""). Only alter things after you get it working because I see what you were thinking, but that shouldn't have hello in it.

Secondly, if(%hasTrigger = chatBot_messageHasTriggerWord(%msg); should just be:

%hasTrigger = chatBot_messageHasTriggerWord(%msg);

Lastly, you need to understand how things are structured in programming. Notice your Curly Brackets/Braces ( -> { or -> } ). You should be able to see what is wrong if you understand how they should be placed.

Try reading this to understand how they are placed: https://forum.blockland.us/index.php?topic=192083.0

73
Modification Help / Re: Box container search but with 2 positions?
« on: February 28, 2017, 12:54:43 PM »
Or, getBoxCenter("x1 y1 z1 x2 y2 z2");

74
General Discussion / Re: How to code Gamemodes
« on: February 27, 2017, 12:32:54 PM »
id really like to learn how to code torque script.  Could someone teach me or send me in the right direction?

http://tsforblockland.weebly.com/set-up.html

(Use the next button on the bottom of each page)



https://forum.blockland.us/index.php?topic=287458.0

75
Modification Help / Re: "Tool" to simplify map-making
« on: February 23, 2017, 02:45:28 PM »
Lol, you should make this a bit more dynamic IMO. First, users shouldn't have to initialize/set variables every time they want to call the function, this should be handled internally. Secondly, why not just have the function take an argument which changes the size instead of providing 10 different functions for each size?

This is a cool tool but people are lazy and want to do the least amount of work possible, so when developing a tool, you should try to make it as nice/easy as possible for other modders to implement. Would like to see more revisions on this with more features.

Edit: Plz no generic var/function names to avoid possible confliction.

Pages: 1 2 3 4 [5] 6 7 8 9 10 ... 86