1,051
edits
m (OSL:Tutorial/Scratch moved to BSL:Tutorial/Scratch) |
m (OSL to BSL) |
||
Line 143: | Line 143: | ||
Giving characters weapons is very easy. Simply use the command <tt>chr_giveweapon</tt> to give a character a weapon. | Giving characters weapons is very easy. Simply use the command <tt>chr_giveweapon</tt> to give a character a weapon. | ||
[[ | [[BSL:Inventory|Here]] are the list of the weapon codes. For the purpose of this example, we will use <tt>w3_phr</tt>, the plasma rifle. This command will give the two strikers plasma rifles. | ||
Add the commands <tt>chr_giveweapon Top_Striker w3_phr</tt> and <tt>chr_giveweapon Top_Comguy w3_phr</tt> on separate lines beneath what you have already. Be sure to add it ''BEFORE'' the '''}''' or it will not execute. | Add the commands <tt>chr_giveweapon Top_Striker w3_phr</tt> and <tt>chr_giveweapon Top_Comguy w3_phr</tt> on separate lines beneath what you have already. Be sure to add it ''BEFORE'' the '''}''' or it will not execute. | ||
Line 175: | Line 175: | ||
===Extra Characters=== | ===Extra Characters=== | ||
Adding extra characters to the script is easy. Just follow the steps for adding the first AI and follow the procedure, look for AI names [[ | Adding extra characters to the script is easy. Just follow the steps for adding the first AI and follow the procedure, look for AI names [[BSL:AI names|here]]. | ||
( | (Wiki page not here yet. Use [http://ssg.oni2.net/subfold/charas/charas.htm ssg's tables] instead.) | ||
====Adding Enemies==== | ====Adding Enemies==== |
edits