Chr giveweapon: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(Redirecting to BSL:Inventory)
 
(entered actual command info)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
#REDIRECT [[BSL:Inventory#Weapons]]
{{BSLjunc
|tableform={{{tableform|no}}}
|group={{{group}}}
|kind=func
|name=chr_giveweapon
|type=void
|default=
|arg1default=
|arg1type=string
|arg1name=ai_name
|arg1alttype=int
|arg1altname=script_id
|arg2type=string
|arg2name=weapon_name
}}<noinclude>
 
[[Category:BSL variables]]</noinclude>

Latest revision as of 16:31, 21 December 2015

Edit this page to change this command's information. To see this command in the context of related commands, go to the BSL:Inventory management page.

void
string or int
string
Edit this info
chr_giveweapon(
ai_name or script_id,
weapon_name
);
default: --
--
--