• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved setCreatureMaxHealth

DanielR

New Member
Joined
Jul 19, 2010
Messages
31
Reaction score
1
I´m trying to use this script

PHP:
function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor)
	return	setCreatureMaxHealth(cid, 200)
end

so that when a player steps on a certain tile their max health is set to 200 but it´s not working, any suggestions_
 
Last edited:
Back
Top