StreetWars version 1.0 ALPHA
By: Pass Klash
Contact: Klash240@gmail.com/st0rage.org [#Unhandledexceptions]

Installation-

Extract to directory
Install mIRC.exe 6.21 in said directory
* Note: Untested on any other mIRC.exe version
Once finished, you may run mIRC.exe
Upon running, verify the following scripts being loaded
-otherwise use the commands:

//load -rs StreetWars_v1.txt
//load -rs script3.txt
//load -rs StreetWars_v1.2.txt
//load -a StreetWars_aliases_v1.txt

Alright, now that that's done, you may open mIRC

Make sure to "/set %chan < channel name>" as I do not want to make it too complicated for now


COMMANDS/ALIASES

/_notice $1- : Notices $1 with $2- being passed through the $high and $hi aliases, which do
nothing for now

$money($1) : Returns amount of money the user has

$mhp($1) : Returns max health of $1

$lvl($1) : Returns level of $1

$accuracy($1) : Returns accuracy stat of $1

$speed($1) : Returns speed stat of $1

$toughness($1) : Returns toughness stat of $1

$hp($1) : Returns hp stat of $1

$exp($1) : Returns exp stat of $1

$nexp($1) : Returns nexp stat of $1

$hi($1) : Returns high stat of $1

/_msg $1- : Messages $1 with $2- being passed through the $high and $hi aliases, which do nothing
for now

/heal $1 : Returns HP to MHP of $1

$high(0-100,$2-) : NON-FUNCTIONING. It is supposed to return the message with set colors to
depict the user's high, however, mIRC can not handle lengths of text with so many color codes

/loan $1 $2 : Loans $1 $2 dollars

$collect_loan($1,$2) : Collects $2 dollars from $1

$check_count($1) : Checks the amount of users in a channel. Suspected to be NON-FUNCTIONING.

$laylow($1) : Allows users to step off the streets in 10 seconds of command usage

/callout $1 $2 [fail/pass] : Calls out users, forcing them to join the fights on the streets at the
cost of experience

/gun $1 $2 $3 : Damage alias that preforms every action involved in combat such as hp damage and
what not. $1 = nickname; $2 = target; $3 = weapon name

/shank $1 $2 $3 : Damage alias that preforms every action involved in combat such as hp damage and
what not. $1 = nickname; $2 = target; $3 = weapon name

/drug $1 $2 [$3] : Drug alais that preforms every action involved in using drugs such as stat
increases and hp damage. $1 = user; $2 = drug name; [$3] = ammount- not mandatory

/end_check $1 : Checks to see if $1 is dead [ie, MHP is < = 0]

/end_high $1 : Ends $1's high and upgrade tolerence



/badword < -,a|r|c|v|i|s> $2 $3 : adds, removes, clears, views, informs, and saves
the badword list. adding/removing require $2 [word] [and $3 [reason]]

/suggestion < -,a|c|r|s> $2 : adds, clears, removes, and messages the suggestions.txt file
* Note: Made for my own personal use to get feedback

/badword.init : Preliminary checks for the /badword alias

$badword.check($1-) : Returns whether or not $1- is matched on the badword list

$op(< -,a|r>,$2) : Adds, removes $1 to operator access level

$sop(< -,a|r>,$2) : Adds, removes $1 to super operator access level

$admin(< -,a|r>,$2) : Adds, removes $1 to administarator access level

--> CHANNEL COMMANDS

`shoot $1 : fires your current weapon at $1

`shank $1 : Slashes your current weapon at $1

`Punch/kick : Punches/kicks $1; these are standard attacks

`laylow : Lays low, off the streets. 10 seconds to preform

`grab $1 : Grabs $1 and attempts to prevent them from going off the streets. 50% chances of
prevention

`callout $1 : Calls out $1; -EXP $1 for ignoring, +EXP $1 for `fight'ing

`fighting : Messages %chan How many people are fighting

`die : Deletes your profile and returns money to bank

`use $1 : Uses $1 [drug command]

`stats [$1] : Returns stats of $1, or user

`chg [shank/gun] $1 : Changes current gun or shank to $1

`heal : Heals users. Rarely needed, except after registration

`fight : Enters user into combat on the streets

`shop [guns/shanks/drugs] : Shows shop data for drugs, shanks, and guns

`buy [guns/shanks/drugs] $1 [#] : purchases guns, drugs, or shanks

`hp [$1] : Returns HP of $1 or user

`record [$1] : Returns Record of $1 or user

`ammo [$1] : Returns ammo of $1's, or user's current gun

`drugs [$1/bank] : Returns drug supply of $1 or user, or the bank

`tolerence [$1] : Returns tolerence stat of $1 or user

`high [$1] : Returns high stat of $1 or user

`guns [$1] : Returns the guns of $1 or user

`shanks [$1] : Returns the shanks of $1 or user

`money [$1] : Returns the money of $1 or user

`bank : Returns bank account id and money saved

`give $1 $2 : Gives item $1 to $2 from user

`deposit $1 $2 : Deposits $2 dollars into account $1

`withdraw $1 : Withdraws $1 from user's account

`rank [$1] : Returns $1 or user's rank

`loan $1 : Loans $1 dollars to user

`payloan : Pays the loan prematurely

`buy [guns/drugs/shanks] $2 : Purchases guns/drugs/shanks

`register : Registers the user

`chan $1 : Sets %chan variable to $1 [>= 100]

`write $1 $2- : Writes $2- to file $1 [>= 100]

`read $1 $2 : Reads $2- from file $1 [>= 50]

`grant [money] $2 $3 : Grants only money currently [$4 dollars] to $2 [>= 50]

`badword < -,a|r|c|v|i|s> $2 $3 : See "/badword" [>= 25]


`suggest $1- : See "/suggest" [ [>= 25] ]

`add < op/sop/admin> $2 : See "/op; /sop; /admin"


`del < op/sop/admin> $2 : See "/op; /sop; /admin"

`help [$1 [$2] ] : Searches help.ini - NOT FUNCTIONING COMPLETELY. BUGGY.