View Single Post
  #4  
Old 05-20-2019, 10:23 PM
Xanathol
Sarnak
 
Join Date: Oct 2009
Posts: 52
Default

Thank gang but still not firing. :(
Code:
	if( $race eq "Ogre" || $race eq "Troll" || $race eq "Barbarian" )
	{	$client->GrantAlternateAdvancementAbility(79, 1);
	}

Update: afte adding in some statements here & there, it turns out there's nothing wrong with the comparison - the AA just won't grant (I get inside the if statement, just the AA doesn't come through). So that's that. Thanks folks.
Reply With Quote