Untitled

 avatar
unknown
lua
2 years ago
266 B
5
Indexable
	local bag = doCreateItemEx(1988, 1)
	doAddContainerItemEx(bag, doCreateItemEx(config.scroll_id, config.scroll_amount))

	if doPlayerAddItemEx(cid, bag) ~= RETURNVALUE_NOERROR then
		return doPlayerSendCancel(cid, config.no_espacio:format(searchFreeslots))
	end
Editor is loading...