
08-07-2001, 02:59 AM
|
Darth Cucumber
|
 |
Join Date: Mar 2001
Location: At School
Posts: 2,874
|
|
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
|
|
|