• 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!

doMoveCreature

bomba

Member
Joined
Feb 26, 2008
Messages
635
Reaction score
7
Location
Brazil
Who I make the function 'doMoveCreature'?
PHP:
function onStepIn(cid, item, pos)
	if item.actionid == 2237 then
	   doMoveCreature(cid, south)
	end
	return TRUE
end
The script don't are working correct.
 
Back
Top