Aura.Channel.Scripting.Scripts.NpcScript.GiveWarpScroll C# (CSharp) Метод

GiveWarpScroll() публичный Метод

Adds warp scroll to player's inventory.
public GiveWarpScroll ( int itemId, string portal ) : bool
itemId int
portal string
Результат bool
		public bool GiveWarpScroll(int itemId, string portal)
		{
			return this.Player.GiveItem(Item.CreateWarpScroll(itemId, portal));
		}