MW scripting
Moderators: Haplo, Lead Developers
MW scripting
Is morrowind scripting remotly related to viual BASIC? That is the only language I program in currently but I'm taking java this fall.
-
- Developer Emeritus
- Posts: 1649
- Joined: Tue Aug 17, 2004 5:12 am
- Location: DC, USA
It has differences but the key to scripting is thinking like a programmer, and all simple languages are common in this respect. The differences are just commands and syntax. That said the Morrowind scripting language is rather inflexible in its capabilites compared to "normal" programing languages (damn, what I'd give to have strings). If you understand the logic of programing its just a matter of learning the commands (and some of their more interesting quirks).
EDIT: For learning the commands find a copy of Morrowind Scripting for Dummies (at Morrowind Summit or EuroMorrowind).
-Starcrunch
EDIT: For learning the commands find a copy of Morrowind Scripting for Dummies (at Morrowind Summit or EuroMorrowind).
-Starcrunch
Well...MW script is script in the first place so it will look like JScript, VBScript etc. THe main thing here is to be patient. Because 90% of functions doesn't work and the other 10% doesn't work as intended to. Spacing in if's are VERY important for example.
[img]http://img430.imageshack.us/img430/3336/oblivionforum5tb.jpg[/img]
Your friendly slavedriver.
Your friendly slavedriver.
- Massalinie
- Developer Emeritus
- Posts: 1670
- Joined: Sat Feb 12, 2005 12:08 pm
- Location: Canada, MB
- Contact:
-
- Developer
- Posts: 811
- Joined: Thu Aug 21, 2003 10:56 am
- Location: Dreamland
If you ask me it's not so familiar.Assassinace wrote:As far as I can tell the closest thing to MW is C++ with all higher level functions turned off.
Yeap. One of my script wasn't working just because I missed a space between if and condition. No jokes.Is it? That's not what i read.... In the tutuorial I read it said spacing was just a matter of look...... Am I wrong here?
[img]http://img430.imageshack.us/img430/3336/oblivionforum5tb.jpg[/img]
Your friendly slavedriver.
Your friendly slavedriver.
- Stumpytheguar
- Member
- Posts: 631
- Joined: Sun Jun 27, 2004 2:22 am
- Location: Irrelevant
I kinda like the spacing requirements... I always use the correct spacing out of habit, and it makes it much easier to read other people's scripts. I just wish C had the same laws, 'cause I've started tutoring other students and it's usually hard to read exactly what they're trying to do...
Retired - Sept. 15, 2005
Partially I agree with you. Partially only because sometimes I'm too lazy to add extra spacesStumpytheguar wrote:I kinda like the spacing requirements... I always use the correct spacing out of habit, and it makes it much easier to read other people's scripts. I just wish C had the same laws, 'cause I've started tutoring other students and it's usually hard to read exactly what they're trying to do...
[img]http://img430.imageshack.us/img430/3336/oblivionforum5tb.jpg[/img]
Your friendly slavedriver.
Your friendly slavedriver.