share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua
changeset 11515 4dd77731453b
parent 10965 fb2b006ba476
child 12411 edeae7661dca
equal deleted inserted replaced
11514:5d804405964d 11515:4dd77731453b
   725 	end
   725 	end
   726 end
   726 end
   727 --============================================================================
   727 --============================================================================
   728 
   728 
   729 --for custom made continent, follows the same standards as the globalism one. You can make your continent with <Name>~<Information>~<Weapons>. Take the weapons generated from globalism, if you want a GUI :P
   729 --for custom made continent, follows the same standards as the globalism one. You can make your continent with <Name>~<Information>~<Weapons>. Take the weapons generated from globalism, if you want a GUI :P
   730 --weapons=<ammo><types>, ammo = ascii[116(1 ammo) to 125(inf ammo)] types = ascii[36(Grenade), 37(Clusterbomb) to 90(knife)] see https://code.google.com/p/hedgewars/wiki/AmmoTypes
   730 --weapons=<ammo><types>, ammo = ascii[116(1 ammo) to 125(inf ammo)] types = ascii[36(Grenade), 37(Clusterbomb) to 90(knife)] see http://hedgewars.org/kb/AmmoTypes
   731 --ex "Own continent~this continent rocks!~tZ}$" will get 1 knife and inf grenades
   731 --ex "Own continent~this continent rocks!~tZ}$" will get 1 knife and inf grenades
   732 function onParameters()
   732 function onParameters()
   733 
   733 
   734 	if(ScriptParam~=nil)
   734 	if(ScriptParam~=nil)
   735 	then
   735 	then