mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-02-12 19:31:37 +00:00
7/5/17 Fixes
Numerous fixes from today, see addition notes on Readme.md for details
This commit is contained in:
parent
66218bf83b
commit
91c8b768f7
12 changed files with 644 additions and 922 deletions
|
|
@ -38,7 +38,6 @@ function VectToRot(%vec){
|
|||
function addCMD(%proxy, %name, %send) {
|
||||
$CCHelp[%name] = ""@%send@"";
|
||||
$CommandGroup[%name] = %proxy;
|
||||
echo("Command "@%name@" added to list under proxy "@%proxy@", Help: "@%send@"");
|
||||
}
|
||||
|
||||
function chatcommands(%sender, %message) {
|
||||
|
|
@ -252,8 +251,6 @@ function VoteBoss_StartBoss(%BossAbbr)
|
|||
StartTrevor(%pos); // its lots of lulz though!
|
||||
case "Vardison":
|
||||
StartVardison1(%pos);
|
||||
case "DAVardison":
|
||||
StartDAVardison(%pos);
|
||||
case "ShadeLord":
|
||||
SpawnShadeLord(%pos);
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue