Question for anyone who knows anything about UScript

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

UT_Sleeper

New Member
May 8, 2001
10
0
0
Visit site
I am just starting out with UScript and want to make a team mod. I realized I should be making it extend TeamGamePlus and thats about it. (lol!) See the actual problem is I don't understand what is called and when? What would be the first function called, beginplay? What is this followed by, only event functions when things happen in the game? Also how do I make it so bots can not be added to the game? Also, should I be calling the parent.beginplay at end of my function? And is there any source with a lot of good information on these kinds of basics? Thanks.