Raised This Month: $ Target: $400
 0% 

FF2 Tag Mismatch problem, searching for help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
M76030
Senior Member
Join Date: Mar 2014
Location: Demoknighting in Neptuni
Old 03-31-2015 , 14:05   Tag Mismatch problem, searching for help
Reply With Quote #1

hello there!
i try to make an ability which allows you to refill some of your health when a player dies
this is the code so far:
Code:
if(FF2_HasAbility(Boss, this_plugin_name, "health_gain"))
		{
			new healthonkill = FF2_GetAbilityArgument(Boss,this_plugin_name,"health_gain",1,0.0);
			if(healthonkill)
			{
				FF2_SetBossHealth(Boss, FF2_GetBossHealth(Boss) + healthonkill);
			}
		}
but on this line new healthonkill = FF2_GetAbilityArgument(Boss,this_plugin_name, "health_gain",1,0.0); i get the tag mismatch error, does anyone knows how to solve this?
__________________
Steam Profile: Click here
Youtube Channel (Gameplay): Click here
Youtube Channel (Music): Click here
Twitter: Click here

Last edited by M76030; 03-31-2015 at 14:05.
M76030 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:22.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode