Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Can you make a variable in one script and have it reconized in another script?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Can you make a variable in one script and have it reconized in another script? (Read 572 times)
massa900
April 19, 2009, 02:00:50 PM
I want to know if you can put
Code:
[Select]
%client.hasServerMembership = 1;
Into a script then have a different script look and see if you have the Server Membership.
Please help. Thanks.
Ad Bot
Advertisement
AGlass0fMilk
April 19, 2009, 03:13:26 PM
Raggle fraggle!
«
Last Edit: April 19, 2009, 03:17:34 PM by AGlass0fMilk
»
Tom
April 19, 2009, 03:16:25 PM
You can use it in another script. It is stored in the client object.
«
Last Edit: April 19, 2009, 06:11:07 PM by Tom
»
AGlass0fMilk
April 19, 2009, 03:17:05 PM
Oh... Sorry, By the way Tom, how do I make a button in a GUI that sorts a Gui List control by like BLID or Name?
«
Last Edit: April 19, 2009, 03:19:01 PM by AGlass0fMilk
»
Space Guy
April 19, 2009, 03:27:07 PM
It's something like %list.sort(%column,%ascending) where you can set which column (e.g. in the player list the admin status, name, score, ID) it is sorted by and whether to sort in ascending or descending order.
AGlass0fMilk
April 19, 2009, 08:29:50 PM
Well, how do I sort the list into columns?
Space Guy
April 20, 2009, 01:21:51 PM
tabs and the columnWidth variable in the list to set where the columns are shown
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Can you make a variable in one script and have it reconized in another script?