UE3 - UDK 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.

Mint92

New Member
Mar 16, 2012
28
0
0
I was just wondering, since uscript has its own language, is there a multiple ways of creating something. for example,if i wanted to create a weapon upgrade system, does uscript only have one way of doing it. Im following the Beginners guide and she shows a nice way, but are there other ways ?
 

Wormbo

Administrator
Staff member
Jun 4, 2001
5,913
36
48
Germany
www.koehler-homepage.de
To quote a Perl motto: "There's more than one way to do it."
That pretty much applies to any language, not just programming languages. Think about how you would describe, how to get from one place to another by car, in your own language. Some descriptions may be better than others, but usually there's not a single best way to describe it.

The same applies to implementing any kind of feature in a programming language. A tutorial shows you only one way to implement something. That may or may not be the best way to do it, and usually there are other equivalent solutions that take a whole different approach.

UnrealScript is only a language. The better you get in speaking it, the more ways you will find to describe things. Keep practicing and see what is possible, you will soon start finding your own creative solutions to the problems.