WWE, Little Ceasers Arena, Detroit, Michigan, Hell in a Cell, Raw, Customer ScriptActor
WWE
Little Ceasers Arena, Detroit, Michigan.
public customer onCreate()
local show = "Hell in a Cell"
local seatSection = "m32"
local arena = "Little Ceasers"
local city = "Detroit"
local state = "Michigan"
local date = 10/08/2017 //Sunday
self:AddTimedCallBack( self:attendShow(show, seatSection, arena, city, state, date), 0.1, -1) // onUpdate every frame
show = "Live"
date = 12/27/17
canAttend = false; // canAttend = true
show = "Raw"
seatSection = "116"
date = 3/12/17//Monday
self:planShow(show, seatSection, arena, city, state, date)
end
public customer attendShow(show, seatSection, arena, city, state, date)
if getArena().getShowStart() == false then
self:BuyMerch(twoShirts($40))
elseif getArena().getshowerOver() == true then
return false // true by default, false ending onUpdate every frame
end
local superstar = WWEWrestler
boolean takePicture=false;
boolean recordVideo=false;
boolean videoGif=false;
local current = Index(HellInACell,M32,Pictures,Videos)
local optionOne = getisEntrance(getIsMusicPlaying(),getIsWalkingDownRamp(), getHasCrowdChant(getByAnnouncer()))
local optionTwo = getIsInRing() && getSignature() or getFinisher() or getPleasesCrowd()
local optionThree = math.random(1,100) <= 30 --High Odds
local optionFour = superstar != dolphZiggler || canWrestle(math.random(1,100) <= 10 ||
superstar != charlotteFlair || canSummerSault_IN_MIDDLE_OF_RING_NOT_OUTSIDE(setOpponent(notNatalya()) ||
superstar == AjStyles && match_length >= 360 && setParticipants(!BaronCorbin, !TyeDillinger) || //superstar==danielbryan&&in_ring==true
superstar == RandyOrton || superstar == Rusev && shots == stiff && wrestling == real & entertainment == true ||
superstar == ShinsukeNakamara && connectionWithAudience != focused_on_referee(when_signature_move == true)
superstar == KevinOwens||superstar==ShaneMcMahan && showerStealers == true //signature moves, finisher moves, table spot, top of hell, jump down, EPIC.
//ZackRyder&&MojoRawley,ChadGable&&SheltonBenjamin,
//The New Day && The Usos
If optionOne||optionTwo||optionThree||optionFour then
self:hitRecord()
//getDoWhatWithRemainingData(shouldpost)
self:planShow(show, seatSection, arena, city, state, date)
if show == "HellInACell"//spaces==Token
return improvisation
end
self:AdjustAngles(wrestlerEntrance(straightView,behindRing)
self:markOut(threeMonthsOf(rawViewing,2k18playing))
public customer onUpdate() //or addtimedcallback
WWE, Little Ceasers Arena, Detroit, Michigan, CustomerSettings