RE: [GD-General] Off the shelf scripting languages
Brought to you by:
vexxed72
From: Gareth L. <GL...@cl...> - 2003-04-18 07:57:21
|
> From: gekido [mailto:ge...@ub...] > the syntax IS a bit wierd, but here's a few samples from the Reality > Factory implementation - it's definitely not XML ;} > > http://rfactory.uber-geek.ca/docs/Con_Scripting.htm > > http://rfactory.uber-geek.ca/docs/PawnScript.htm > > { > Start[ () > { > SetTerrain("flat.bmp", "desert256.bmp"); > SetSkyDome(400, 64); > SetSkyTexture("clouds_256.bmp"); > SetSkyColor(164, 200, 255, 255); > SetTimeScale(700); > DisableSun(false); > DisableCloud(false); > UseSkyFog(false); > } ] > > Run[ () > { > SetWindDirection("north"); > } ] > } Impressive, I've now added Simkin to my list of things to look at :) DISCLAIMER: Unless otherwise expressly stated, this message does not create or vary any contractual relationship between you and Climax Development Ltd. The contents of this e-mail may be confidential and if you have received it in error, please delete it from your system, destroy any hard copies and contact the originator of the email. In accordance with the Telecommunications (Lawful Business Regulations) (Interception of Communications) Regulations 2000 the Company reserves the right and, may at any time, monitor and intercept (but not record) e-mails to establish if they are relevant to its business. |