creature -- 1st arg/parameter /userdata/ = The creature who is doing the stepin movement item -- 2nd arg/parameter /userdata/ = The item that is being stepped on. pos -- 3rd arg/parameter /userdata/ = The position for the location being stepped on fromPosition -- 4th arg/parameter /userdata/ = The position which the creature moved from
creature -- 1st arg/parameter /userdata/ = The creature who is doing the stepin movement item -- 2nd arg/parameter /userdata/ = The item that is being stepped on. pos -- 3rd arg/parameter /userdata/ = The position for the location being stepped on fromPosition -- 4th arg/parameter /userdata/ = The position which the creature moved from
player -- 1st arg/parameter /userdata/ = The player who is equipping the item item -- 2nd arg/parameter /userdata/ = The item that is being equipped slot -- 3rd arg/parameter /integer/ = The slot item is being equipped to, represents a const value. isCheck -- 4th arg/parameter /boolean/ = is this before item is equipped, true or false
player -- 1st arg/parameter /userdata/ = The player that is removing the item item -- 2nd arg/parameter /userdata/ = The item that is being removed slot -- 3rd arg/parameter /userdata/ = The slot that the item is being removed from. isCheck -- 4th arg/parameter /userdata/ = is this before item is removed, true or false