Quote:
Originally Posted by Astram
explain varname? xP Im new to scripting kinda
|
varname is just a place holder for whatever you want to name the variable you are assigning.
soo
PHP Code:
Astram.test = "hi there!";
Astram.(@"test_"@player.account) = "Hello There!";
I haven't used findnpc() since it's not really necessary.