VKs Official Server
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» Unban Appeal
by VK.Angel.OfDeath Sun Mar 31, 2024 8:29 am

» [Solved] Password Reset
by VK.Angel.OfDeath Sat Mar 23, 2024 9:32 pm

» Ramadan Mubarak in Advance
by Shafin Sat Mar 23, 2024 1:52 pm

» Fatal Force - F2
by [F2]M60^ Sat Feb 24, 2024 4:07 pm

» Illegal Immigration | Old Memories | 2017
by BlackOps_Killer Fri Feb 09, 2024 5:25 pm

» VKs and VCMP Previews
by SJHere Sat Jan 20, 2024 1:51 pm

» The Resurgence 4th Year of Anniversary!
by Ninja Tue Jan 16, 2024 10:30 am

» [Solved]Stats Transfer application - Shado[W]^
by SJHere Mon Nov 27, 2023 5:06 pm

» Hi to all my good friends
by VK.Angel.OfDeath Sat Nov 18, 2023 9:04 am

» [Closed] Admin Application - F2.Ninja
by VK.Angel.OfDeath Sat Nov 18, 2023 8:49 am

» [Closed] Suggestion - We can change weather in props
by VK.Angel.OfDeath Sat Nov 18, 2023 8:45 am

» [Denied] Suggestion - Garbageman Job
by VK.Angel.OfDeath Sat Nov 04, 2023 8:27 pm

» Server Files (24/10/2023)
by VK.Angel.OfDeath Sun Oct 29, 2023 1:22 pm

» [Accepted] playaaa, ULK.Hulk. [M4]Halilibow - speed hacking in parkours
by VK.Angel.OfDeath Sun Oct 29, 2023 1:15 pm

» [Solved] Password Reset- TrapHole
by VK.Angel.OfDeath Sun Oct 29, 2023 1:13 pm

» [Solved] Request for Password Reset (2)
by VK.Angel.OfDeath Sat Oct 21, 2023 1:14 pm

» [Solved] Password Rest
by [RPG]G_man Thu Oct 05, 2023 9:07 pm

» [Noted] FPV Suggestion
by SJHere Sat Sep 02, 2023 8:31 pm

» [Solved] Pass Reset Application Foster^
by VK.Angel.OfDeath Fri Jul 28, 2023 12:00 pm

» Wanna start over again?
by palestrino Wed Jul 26, 2023 2:06 am

» hey guys <3
by D@Ch0uChI. Thu Jul 13, 2023 1:51 am

» [Solved] Stats Transfer
by SJHere Sat Jun 17, 2023 6:03 pm

» [Solved] Password Reset
by D4rKR420R Wed May 24, 2023 1:36 am

» Let's all gather after May in VKs
by Mike Sat May 20, 2023 4:55 pm

» [Denied] Player report - [ON]HunTinG
by D4rKR420R Tue May 02, 2023 5:25 am

» Hi halo here
by Alone Sun Apr 30, 2023 11:28 am

» An old Player Of Vks
by Alone Sat Apr 22, 2023 12:01 am

» [Bug Report] Bug in /domination - invisible bridge
by VK.Angel.OfDeath Wed Apr 19, 2023 3:38 pm

» [Noted] Bug Report - Zone
by LOGiC ™ Wed Mar 08, 2023 4:52 pm

» [Noted] Just Suggestion
by LOGiC ™ Wed Mar 08, 2023 4:11 pm

Top posters
ЧК. (8555)
Short guide  I_vote_lcapShort guide  I_voting_barShort guide  I_vote_rcap 
VK.Angel.OfDeath (6454)
Short guide  I_vote_lcapShort guide  I_voting_barShort guide  I_vote_rcap 
=SdS=KrlozZ... (6433)
Short guide  I_vote_lcapShort guide  I_voting_barShort guide  I_vote_rcap 
D4rKR420R (5469)
Short guide  I_vote_lcapShort guide  I_voting_barShort guide  I_vote_rcap 
=KF=Thunder^ (5405)
Short guide  I_vote_lcapShort guide  I_voting_barShort guide  I_vote_rcap 
Pavonis (5197)
Short guide  I_vote_lcapShort guide  I_voting_barShort guide  I_vote_rcap 
SJHere (4421)
Short guide  I_vote_lcapShort guide  I_voting_barShort guide  I_vote_rcap 
Emma (4261)
Short guide  I_vote_lcapShort guide  I_voting_barShort guide  I_vote_rcap 
Vipe[R] (3756)
Short guide  I_vote_lcapShort guide  I_voting_barShort guide  I_vote_rcap 
47. (3704)
Short guide  I_vote_lcapShort guide  I_voting_barShort guide  I_vote_rcap 

Statistics
We have 1946 registered users
The newest registered user is the_avid_gamer

Our users have posted a total of 217818 messages in 16809 subjects
Top posting users this month
No user

Top posting users this week
No user


Short guide

Go down

Short guide  Empty Short guide

Post by VK.Angel.OfDeath Sat Jul 04, 2020 9:32 am


1. Variables: It's something storing numbers or text.
2. default variables: are found in /playervariablelist. In this command is a description of all the default variables you can use without creating your own.
3. Using variables: in pickups like addmsgpickup, addannpickup and message type pickups. You can type /addmsgpickup $player_name$ is your name and it will display the name of the user using the variables. Check /playervariablelist for other variables.
-----------------------------------------------------------------------------------------------------
(MEDIUM)
4. Checking variables: You can use /changepickupcondition to check variables. /changepickupcondition player_name == VK.Angel.OfDeath will make it so only people with my name can enter the pickup. This is not very useful but you can create lots of things with other variables (like /playervariablelist). What does == mean? Read /conditionlist. There are 6 different conditions.
That's the basic the next part is the custom variables. Your own variables basically
---------------------------------------------------------------------------------------------------------------------
(ADVANCED)
5. There are two types of variables you can create. Player Variables and Property variables. Property variables will give the same value for everyone, while player variables have different values for different players.

You define them using: /addvariablepickup var_test 5. This will store the value 5 inside the variable var_test. var_test here is a property variable. That you can then use in /addmsgpickup and /changepickupcondition.

For player variables /addplayervariablepickup.

Two other commands are /addchangevariablepickup and /addchangeplayervariablepickup that increases/decreases a number by the variable/number you put into it
To someone who don't program 5 I will not be able to explain at all. I can do my best but I won't be able to make you get it. 4 can be explained but uses two programming concepts like == and AND. I think what the event staff is after is a short guide in a few sentences to explain everything. For 1-3 that's possible. But for the rest it's not
I believe everyone should be able to understand 1-3
But the rest is up to you guys.
VK.Angel.OfDeath
VK.Angel.OfDeath
Server Owner & Forum Admin
Server Owner & Forum Admin

Posts : 6454
Points : 9307
Reputation : 127
Join date : 2012-10-28
Age : 29
Location : Sweden

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum