Blockland Forums > Help
Saving Points and Items
iBlox / (-Nick-):
--- Quote from: Headcrab Zombie on January 15, 2012, 09:10:10 PM ---Enable Script_Player_Persistence
--- End quote ---
Ok, this helps a ton. Thanks.
iBlox / (-Nick-):
Ok, one last thing. I know this isn't related to the topic, but I need to know how I can have your points shown when you click a brick.
Example: OnActivate - Client - CenterPrint - (You have (What do I put here?) points.)
dargereldren:
--- Quote from: iBlox / (-Nick-) on January 16, 2012, 07:36:09 PM ----shnip-
--- End quote ---
Use VCE.
(You have <var:client:score> points).
Tell me if I'm wrong.
iBlox / (-Nick-):
--- Quote from: dargereldren on January 17, 2012, 08:42:18 AM ---Use VCE.
(You have <var:client:score> points).
Tell me if I'm wrong.
--- End quote ---
I tried it and it just said "You have <var:client:score> points".
I also tried <var:cl:points> and it still didn't work.
iBlox / (-Nick-):
NO-EDIT (Why isn't there an edit for this section or any other section without it?): I also need to know this:
I have a brick that sells a gun for a certain amount of points. When you have enough points and you click it, it loads your previous saved weapons, saves them with the new gun, then clears them so you now have that gun along with your other guns saved. What I want to know is how I can make it so if you click it and you already bought (have saved) the gun, it says "You have already bought this gun".
So basically, I need to know how I can make it so the brick knows you have already bought (saved) the weapon to your load-out. Again, I am not very good with VCE so try to explain this like I am fresh out of kindergarten.