What's new

Discussion Does "ot" work for WaW?

  • Thread starter XKLUTCHIN OUTX
  • Start date
  • Views 407
XKLUTCHIN OUTX

XKLUTCHIN OUTX

Enthusiast
Messages
523
Reaction score
74
Points
95
Sin$
0
First off, I know I spelled "or" wrong, if an admin could change please do so.

So does the "||" work for WaW like in this
Code:
if(self == get_players()[0] || self.cohost == 1) {
//function
}

Or

Code:
if(self == get_players()[0] || gotcohost ==1) {
self.status = "CoHost";
} else {
self.status = "Random";
}
Thanks for the help.
 
Top Bottom
Login
Register