View Single Post
  #15  
Old 11-14-2011, 05:58 PM
MysticalDragon MysticalDragon is offline
Global Administration
MysticalDragon's Avatar
Join Date: Oct 2002
Location: Lynn Ma
Posts: 883
MysticalDragon is a jewel in the roughMysticalDragon is a jewel in the rough
Send a message via AIM to MysticalDragon Send a message via MSN to MysticalDragon
Quote:
Originally Posted by ffcmike View Post
PHP Code:
if(findweapon("name") == NULL){

more of an efficient way i feel would be,
PHP Code:
 if (player.hasWeapon("")) 
since GS1 is redundant really.
__________________
~Delteria Support
~Playerworld Support
~PWA Chief
http://support.toonslab.com
[email protected]




Last edited by MysticalDragon; 11-14-2011 at 06:15 PM..
Reply With Quote