Quote:
Originally Posted by c0ncrete
almost. you're not concatenating your string correctly in your first example.
Code:
quest::setglobal('SpellReset'.$client->AccountName(), 0, 5, 'F');
it's a style choice, really... but you likely want to save it if you intend to use it more than once for the same client in the script.
|
It is a style choice, however if you can get in the habit of doing it like the above, you will be better off.