View Single Post
  #5  
Old 01-04-2013, 07:36 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by c0ncrete View Post
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.
Reply With Quote