Thread
:
Setting variables when a player enters a level
View Single Post
#
6
04-19-2006, 02:27 PM
ApothiX
Okiesmokie
Join Date: May 2004
Posts: 1,447
To access level. variables clientside, you have to set them clientside.
This would probably be your best method of doing this, something like:
PHP Code:
//#CLIENTSIDE
if(
created
) {
level
.
ladders
.
add
({
this
.
x
,
this
.
y
,
whateverelse
});
}
__________________
[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys.
")
ApothiX
View Public Profile
View GraalOnline Profile
Find all posts by ApothiX