BSL:Tutorial/Scratch: Difference between revisions

m
OSL to BSL
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.


[[OSL: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.
[[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 [[OSL: AI names|Here]].
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://www6.fh-eberswalde.de/user/dkriesch/onistuff/subfold/charas/charas.htm ssg's tables] instead)  
(Wiki page not here yet. Use [http://ssg.oni2.net/subfold/charas/charas.htm ssg's tables] instead.)  


====Adding Enemies====
====Adding Enemies====
1,051

edits