View Single Post
  #3  
Old 03-03-2002, 11:15 PM
Dustey Dustey is offline
Registered User
Join Date: Nov 2001
Location: Do You Think I Know?
Posts: 193
Dustey is on a distinguished road
Send a message via AIM to Dustey
Re: help with strings

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
__________________
And Yes I work For.... Renegade
Reply With Quote