Jump to content

Cant add event block location to variable


reny_b

Recommended Posts

on place:
	if player's held item is coal block named "&7Coal Gen &8- &7[&a1&7]":
		if {GenCount.%player%} < {@DefaultMaxGens}:
			add 1 to {GenCount.%player%}
			add location of event-block to {Gens::%player%} # Problem

Here is the code, i can't add the event-block to a list variable
Edit: theres no errors

Edited by reny_b
Link to comment
Share on other sites

You need to use {Gens::%player%::*}. So add location of event-block to {Gens::%player%::*}. Also instead of just %player%, you should use %player's uuid%. This will use the player's uuid instead of the player name and if the user ever changes their name, this won't reset. 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...