Thread: strings...
View Single Post
  #2  
Old 08-07-2001, 02:59 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
use a string by setting

setstring string name,content;

so if you want a string named 'bob' to contain the text 'is cool'

setstring bob,is cool;

you can call a string by have #s(stringname)

so well use bob here

message HELLO! BOB #s(bob);

the NPC would say "HELLO! BOB is cool"

Serer flags are things that dont effects the person alone but the whole server. IF you set a server.flag from one lvl . It can be called from another lvl.
__________________

subliminal message: 1+1=3
Reply With Quote