View Single Post
PurpleJazz PurpleJazz's Avatar

JCF Member

Joined: Aug 2006

Posts: 852

PurpleJazz is OFF DA CHARTPurpleJazz is OFF DA CHARTPurpleJazz is OFF DA CHART

Jul 23, 2018, 10:36 AM
PurpleJazz is offline
Reply With Quote
Quote:
Originally Posted by PT32 View Post
So I'm reading the walkthrough and trying to wrap my head around how to write AngelScript code, and it's a bit overwhelming. Could I get some laymen's tips on basic syntax and code structure so I can figure it out, get a good grasp on it? For instance, I'd like to generate an AngelScript using this zero gravity snippet Violet provided...



...but because I don't understand the syntax, I don't know how to properly put it into an AngelScript. I'm no good with coding and such so this isn't coming very easily to me.

Thanks!
All you need to do to utilize this script in your level is to place a Text string with the TextID parameter set to 0, the Angelscript parameter to 1 and the Offset parameter set to 1 if you want to enable zero gravity when the player touches this event, or 0 if you want to disable it.