Quote:
Josey
-=Josey=-
A string is a stored variable that can be "called upon" at a latter time to be used for various things. Like in Graal, your account name is a string. To do something with it you would use something like:
code:--------------------------------------------------------------------------------
if (playerenters){
message Hello #a;
}--------------------------------------------------------------------------------
or
code:--------------------------------------------------------------------------------
if (playerenters&&strequals(#a,joseyisleet)){
message Hey Josey!;
playerrupees+=500;
}
--------------------------------------------------------------------------------
It's all fairly simply to learn and use.
|
take a look at that that was in another thread i found
