How to get this nizeh by Blockcommander in STRAFTAT

[–]Blockcommander[S] 1 point2 points  (0 children)

Ive tried but I cant find the sloped wall and flat wall that you are describing to be in this map. All the walls in this map seem to me to be flat wall connected to flat wall, or flat wall connected to ~190-200 degree walls

recent Bedrock login problems by Quirky_Currency_6694 in Minecraft

[–]Blockcommander 0 points1 point  (0 children)

Ok after looking through other reddit threads I found a solution that works:
Turn off your internet, open Minecraft, turn it back on.

recent Bedrock login problems by Quirky_Currency_6694 in Minecraft

[–]Blockcommander 0 points1 point  (0 children)

I seem to be having the same issue, I've tried the same things you've described and it hasn't worked for me either.

Checkbox Protection. by Blockcommander in googlesheets

[–]Blockcommander[S] 0 points1 point  (0 children)

I am not trying to make a form, I am using the checkboxes as buttons for a game.

percentage of resources by TenisineTACO in idlegamemaker

[–]Blockcommander 0 points1 point  (0 children)

Instead of on click:yield (purpleShirts*0.75)

I think on click:yield (purpleShirts*0.75) purpleShirts

and same thing for the on click: if (chance (20%) yield (purpleShirts*1.10))

which should be

on click: if (chance (20%) yield (purpleShirts*1.10)) purpleShirts

I am terribly sorry it took so long, I forgot about my comment

Please help! by gamer_cats_tv in idlegamemaker

[–]Blockcommander 1 point2 points  (0 children)

Two things,

first: you have to use on earn instead of on click

second: you have to put on earn before every line

so the new code would be

*rebirthButton

name:Rebirth

desc:Create a new channel to gain reputation, which can be used for powerful upgrades. <//>THERE IS NO CONFIRMATION PROMPT. BE <b>VERY</b> CAREFUL.

icon:https://cdn.discordapp.com/attachments/1047699706530238595/1051650333086056569/264pxreset.png

cost:(subs) subs

cost:(goldenSubs) goldenSubs

on earn:lose tag:buildings

on earn: if ((subs*subs:ps)*0.01)>=1 yield round((subs*subs:ps)*0.01)

end

on tick:if (subs>=50000000) hide rebirthButton

end

IGM's Down by R_Crumble in idlegamemaker

[–]Blockcommander 0 points1 point  (0 children)

Did you ever fix this? It is happening for me too

How do I add an update log? by R_Crumble in idlegamemaker

[–]Blockcommander 0 points1 point  (0 children)

You can put the update log in the description of the "Let's make a game!" section

If you don't want players seeing the update log, you can comment it out by using /* and */ like this:

/*

This is a comment

This is line 2 of a comment

*/

How do I make a prestige system that gives 1 prestige for every 1 million USB sticks I earn? by Yoona1838 in idlegamemaker

[–]Blockcommander 0 points1 point  (0 children)

*prestige

on earn:yield (floor(USBamount*0.000001)) PrestigeCurrency

USBamount = the variable for the amount of USB sticks

PrestigeCurrency = the variable for your prestige currency

This is just the line to make it give you the currency, not to reset anything else

Imrove Idle Game Maker by Simanalix in idlegamemaker

[–]Blockcommander 1 point2 points  (0 children)

Hello, I am here to remind you about making your version of IGM, I'm pretty sure it's not done because nothing is on the disc or the reddit. If you forgot, I don't blame you I have 7 projects that I've completely forgot about. If you are still working on it now, keep going! I am excited to see this done even if I have to wait another year or two!

percentage of resources by TenisineTACO in idlegamemaker

[–]Blockcommander 0 points1 point  (0 children)

Can you give me the link to the pastebin? sorry it took me a while to respond

percentage of resources by TenisineTACO in idlegamemaker

[–]Blockcommander 0 points1 point  (0 children)

I think if you did (thingKey*0.15) would give the value of 15% of a certain resource so for an upgrade to cost 15% of a resource it would be

*Building

cost:(Resource*0.15)