Blockland Forums > Modification Help

System_Syerjchep --- New player list! Chat! New rating system! Other stuff!

Pages: << < (2/4) > >>

Chrono:


--- Quote from: alex dude on March 19, 2011, 12:03:38 PM ---Could you make this work with VCE aswell?

--- End quote ---
Because it uses eval, you could do this:

$syj::primaryvar = "a;%ret = \"VariableGroup_\"@%client.bl_id@\".getVariable(Client,nameofyourvariable,\" @ %client @ \")\"";

Replace nameofyourvariable with the name of the variable. This is untested. It might not work.

For a player variable, replace Client with Player, and %client with %client.player:

$syj::primaryvar = "a;%ret = \"VariableGroup_\"@%client.bl_id@\".getVariable(Player,nameofyourvariable,\" @ %client.player @ \")\"";


--- Quote from: heedicalking on March 19, 2011, 12:20:23 PM ---Every VCE variable is actually a player variable, I believe.

--- End quote ---
They're stored in an object.

lilboarder32:

Helpful. Make sure to have a way to check if the client has the mod or not, so you know whether or not to display those variables to the client manually. Maybe even make it possible to load more values on the GUI. Like have an option to change N/A1 and 2 to 3 and 4 and so on.

Chrono:


--- Quote from: lilboarder32 on March 19, 2011, 03:21:02 PM ---Helpful. Make sure to have a way to check if the client has the mod or not, so you know whether or not to display those variables to the client manually. Maybe even make it possible to load more values on the GUI. Like have an option to change N/A1 and 2 to 3 and 4 and so on.

--- End quote ---
Not sure if the GUI could fit that much.

Also would it would be nice if you put score after BL_ID and Trust.

DrenDran:


--- Quote from: Chrono on March 19, 2011, 12:25:03 PM ---Because it uses eval, you could do this:

$syj::primaryvar = "a;%ret = \"VariableGroup_\"@%client.bl_id@\".getVariable(Client,nameofyourvariable,\" @ %client @ \")\"";

Replace nameofyourvariable with the name of the variable. This is untested. It might not work.

For a player variable, replace Client with Player, and %client with %client.player:

$syj::primaryvar = "a;%ret = \"VariableGroup_\"@%client.bl_id@\".getVariable(Player,nameofyourvariable,\" @ %client.player @ \")\"";

They're stored in an object.

--- End quote ---
Looks intresting, but I haven't really worked with VCE so I'm not completly sure of it's operation.

--- Quote from: Chrono on March 19, 2011, 03:49:06 PM ---Also would it would be nice if you put score after BL_ID and Trust.

--- End quote ---
Seems like a simple change, sure.
Are you using the mod?

Also, has anyone found any bugs yet?

Chrono:


--- Quote from: DrenDran on March 19, 2011, 04:15:39 PM ---Seems like a simple change, sure.
Are you using the mod?

--- End quote ---
No, I haven't been playing Blockland recently.

Also, the change is simple as moving the buttons around and changing the numbers of the columns.

They don't have to be from lowest to highest.

0 10 60 300 100
The 5th column will show up before the 4th, but will still be the 5th field.

Pages: << < (2/4) > >>

Go to full version