Thread: Curious
View Single Post
  #7  
Old 03-03-2002, 07:51 PM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
-=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:
NPC Code:

if (playerenters){
message Hello #a;
}


or
NPC Code:

if (playerenters&&strequals(#a,joseyisleet)){
message Hey Josey!;
playerrupees+=500;
}


It's all fairly simply to learn and use.
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
Reply With Quote