Gettin started in Uscript (UT99)

  • 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.

Enzo Maseratti

New Member
Oct 28, 2003
58
0
0
39
Beyondunreal
Visit site
I know nothing but how do code a basic calculator in BASIC, so is it hard to get started in Uscript? I don't have any plans on making something complex like a TC, but small things like mutators.

And one more thing about scripted textures. I wanna make a texture that shows up the nick of the person who have triggered something. Something like me killing a skaaraj and have my nick shown in a wall "player xxxx killed a skaaraj".
 
Last edited:

Volt9000

New Member
Aug 28, 2002
43
0
0
Enzo Maseratti said:
I know nothing but how do code a basic calculator in BASIC, so is it hard to get started in Uscript? I don't have any plans on making something complex like a TC, but small things like mutators.

And one more thing about scripted textures. I wanna make a texture that shows up the nick of the person who have triggered something. Something like me killing a skaaraj and have my nick shown in a wall "player xxxx killed a skaaraj".

Before plunging into UnrealScript, learn the basics of OOP (Object-Oriented Programming.) After that, UScript is just a matter of learning syntax (which is very similar to C++/Java) and learning where to put certain pieces of code.