Skip to content

Commit

Permalink
Updated structure of files, updates cheat room, added .esp and .bsa f…
Browse files Browse the repository at this point in the history
…or certain mods
  • Loading branch information
Bradenm1 committed Jul 3, 2018
1 parent d1ec96c commit db8b140
Show file tree
Hide file tree
Showing 554 changed files with 3,440 additions and 443 deletions.
File renamed without changes.
File renamed without changes.
Binary file added Cheat Room/Cheat Room.bsa
Binary file not shown.
Binary file added Cheat Room/Cheat Room.esp
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomactivebutton02.pex
Binary file not shown.
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomactivebutton06.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomactivebutton09.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomactivebutton10.pex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomactivebutton15.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomactivebutton16.pex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomactivebutton25help.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomactivebutton27bug.pex
Binary file not shown.
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomactivebutton29.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomactivebutton30xp.pex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomaddmods.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomativebutton11.pex
Binary file not shown.
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomcheatmenugetactormag.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomcheatmenumag.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomcheatmenumain.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomcheatspelldebug.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomchestdup.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomdeadbodycleanup.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomdoomshrinescript.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomobjectrefspell.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomoptionsself.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomplayerchangetime.pex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomplayercontainer.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomplayeredit.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomplayerfollower.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomplayerremoveallitems.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomplayerresurrectspell.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomplayersexchange.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomplayersilentkill.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomplayerspellcheat.pex
Binary file not shown.
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomplayerweather.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomrespawnconatiner.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomringjumpingbonus.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomringshouttimer.pex
Binary file not shown.
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomspawnactor02.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomspawnnpcs01.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomspeedmult.pex
Binary file not shown.
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomtoggleairing.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomtogglecollionsring.pex
Binary file not shown.
Binary file added Cheat Room/scripts/cheatroomtogglemenus.pex
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Scriptname CheatRoomActiveButton39IncrementStat extends ObjectReference

;Properties

;=======Properties=======
String[] Property Stats Auto

GlobalVariable Property CheatRoomGlobalSkillNumb Auto
Expand All @@ -10,7 +9,7 @@ Message[] Property Menus Auto

int index

;Functions
;=======Events=======

;=======CODE START=======
Event OnActivate(ObjectReference akActionRef)
Expand All @@ -24,6 +23,9 @@ Event OnActivate(ObjectReference akActionRef)
Game.EnablePlayerControls(False, False, False, False, False, True)
EndEvent

;=======Functions=======
; Below functions are the menus used in the script

Function Menu01()
int iButton01 = Menus[0].Show()
if iButton01 == 0
Expand Down Expand Up @@ -95,5 +97,62 @@ Function Menu04()
Game.IncrementStat(Stats[22], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==5
Game.IncrementStat(Stats[23], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==6
Menu05()
endif
endFunction

Function Menu05()
int iButton01 = Menus[4].Show()
if iButton01 == 0
Game.IncrementStat(Stats[24], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 == 1
Game.IncrementStat(Stats[25], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==2
Game.IncrementStat(Stats[26], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==3
Game.IncrementStat(Stats[27], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==4
Game.IncrementStat(Stats[28], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==5
Game.IncrementStat(Stats[29], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==6
Menu06()
endif
endFunction

Function Menu06()
int iButton01 = Menus[5].Show()
if iButton01 == 0
Game.IncrementStat(Stats[30], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 == 1
Game.IncrementStat(Stats[31], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==2
Game.IncrementStat(Stats[32], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==3
Game.IncrementStat(Stats[33], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==4
Game.IncrementStat(Stats[34], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==5
Game.IncrementStat(Stats[35], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==6
Menu07()
endif
endFunction

Function Menu07()
int iButton01 = Menus[6].Show()
if iButton01 == 0
Game.IncrementStat(Stats[36], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 == 1
Game.IncrementStat(Stats[37], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==2
Game.IncrementStat(Stats[38], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==3
Game.IncrementStat(Stats[39], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==4
Game.IncrementStat(Stats[40], CheatRoomGlobalSkillNumb.GetValueInt())
Elseif iButton01 ==5
Game.IncrementStat(Stats[41], CheatRoomGlobalSkillNumb.GetValueInt())
endif
endFunction
243 changes: 243 additions & 0 deletions Cheat Room/scripts/source/cheatroomaddmods.psc
Original file line number Diff line number Diff line change
@@ -0,0 +1,243 @@
Scriptname CheatRoomAddMods extends ObjectReference

int BOOKFORMID = 0x001C0813

;=======Properties=======
ObjectReference Property containerToSpawn Auto
FormList Property moddedItemsList Auto

;=======CODE START=======
Event OnActivate(ObjectReference akActionRef)
SpawnMods()
EndEvent

Function SpawnMods()
containerToSpawn.RemoveAllItems()
moddedItemsList.AddForm(Game.GetFormFromFile(BOOKFORMID, "Cheat Room.esp"))
PetHoundCreationClub()
ArmoredMudCrabCreationClub()
SruvivalModeCreationClub()
ZombieCreationClub()
KnightArmorCreationClub()
ShadowRendCreationClub()
ExoticArrowsCreationClub()
StaffOfSheogorathCreationClub()
ChrysamereCreationClub()
CampingCreationClub()
LordSmailCreationClub()
StendarsHammerCreationClub()
RuinsEdgeCreationClub()
HomeSteadCreationClub()
BackpacksCreationClub()
SpellPack01CreationClub()
SpawnItems()
EndFunction

Function PetHoundCreationClub()
String name = "ccbgssse035-petnhound.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000813, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000803, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000802, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000819, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000081B, name))
EndFunction

Function ArmoredMudCrabCreationClub()
String name = "ccbgssse010-petdwarvenarmoredmudcrab.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000806, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000807, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000811, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000819, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000081B, name))
EndFunction

Function SruvivalModeCreationClub()
String name = "ccqdrsse001-survivalmode.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x000009E0, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x000009E1, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x000009E2, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x000009E3, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x000009E4, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x000009E5, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x000009E6, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x000009E7, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x000009E8, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x000009E9, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x000009EA, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000A08, name))
EndFunction

Function ZombieCreationClub()
String name = "ccbgssse003-zombies.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000086E, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000086F, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000870, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000871, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000883, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000884, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080C, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000880, name))
EndFunction

Function KnightArmorCreationClub()
String name = "ccmtysse001-knightsofthenine.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000800, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000801, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000802, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000803, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000804, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000805, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000806, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000807, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000808, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000809, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080C, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080D, name))
EndFunction

Function ShadowRendCreationClub()
String name = "ccbgssse018-shadowrend.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000D62, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000D63, name))
EndFunction

Function ExoticArrowsCreationClub()
String name = "ccbgssse002-exoticarrows.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000816, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000081D, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000081F, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000082B, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000837, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000800, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000801, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000802, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000803, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000804, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080D, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000822, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000824, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000827, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000D62, name))
EndFunction

Function StaffOfSheogorathCreationClub()
String name = "ccbgssse019-staffofsheogorath.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080D, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080E, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080F, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000810, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000811, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000801, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000D62, name))
EndFunction

Function ChrysamereCreationClub()
String name = "ccbgssse007-chrysamere.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000D63, name))
EndFunction

Function CampingCreationClub()
String name = "ccqdrsse002-firewood.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000801, name))
EndFunction

Function LordSmailCreationClub()
String name = "ccbgssse021-lordsmail.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000826, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080D, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000839, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000804, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000082D, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000082E, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000082F, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000830, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000D63, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000DA0, name))
EndFunction

Function StendarsHammerCreationClub()
String name = "ccbgssse006-stendarshammer.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000D62, name))
EndFunction

Function RuinsEdgeCreationClub()
String name = "ccbgssse004-ruinsedge.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000D63, name))
EndFunction

Function HomeSteadCreationClub()
String name = "cceejsse001-hstead.esm"
moddedItemsList.AddForm(Game.GetFormFromFile(0x00093DD3, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00047E3B, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000818, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x000008E9, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x000008EB, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x000008ED, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000091C, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000921, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000092F, name))
EndFunction

Function BackpacksCreationClub()
String name = "ccfsvsse001-backpacks.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000801, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000802, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000803, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000804, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000805, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000806, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000807, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000808, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000809, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080A, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080B, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080C, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080D, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080E, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000080F, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000810, name))
EndFunction

Function SpellPack01CreationClub()
String name = "ccbgssse014-spellpack01.esl"
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000826, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000827, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000829, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000082A, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000082B, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000082C, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000082D, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000835, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000836, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000837, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000838, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000839, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000815, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000816, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000817, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000818, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000861, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000862, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000863, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000864, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000865, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000866, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000867, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000868, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x00000869, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000086A, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000086B, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000086C, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000086D, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000086E, name))
moddedItemsList.AddForm(Game.GetFormFromFile(0x0000086D, name))
EndFunction

Function SpawnItems()
Int index = 0
While index < moddedItemsList .GetSize()
Form object = moddedItemsList .GetAt(index) As Form
containerToSpawn.AddItem(object)
index += 1
EndWhile
EndFunction
File renamed without changes.
11 changes: 11 additions & 0 deletions Cheat Room/scripts/source/cheatroomcheatmenugetactormag.psc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Scriptname CheatRoomCheatMenuGetActorMAG extends activemagiceffect
{Gets the actor the spell is shot at}

CheatRoomCheatMenuMain Property CheatRoomCheatMenuDialogue Auto

; Event triggered when spell is used
Event OnEffectStart(Actor akTarget, Actor akCaster)
; Check if users want to store the target and stores it so
Debug.MessageBox(akTarget)
CheatRoomCheatMenuDialogue.StoreForm(akTarget.GetFormID())
EndEvent
11 changes: 11 additions & 0 deletions Cheat Room/scripts/source/cheatroomcheatmenumag.psc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Scriptname CheatRoomCheatMenuMAG extends activemagiceffect
{This script enables the menu}

ObjectReference Property talkingReference Auto
{The talking reference}

; Event triggered when spell is used
Event OnEffectStart(Actor akTarget, Actor akCaster)
; Activate the talking reference on the player
talkingReference.Activate(Game.GetPlayer())
EndEvent
Loading

0 comments on commit db8b140

Please sign in to comment.