blob: 0e951974076b78921f58be9affceeb6f3201be91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] Documentation on Event/Character Scripting</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:ewert%40reflexnet.net">
<LINK REL="Previous" HREF="000187.html">
<LINK REL="Next" HREF="000186.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] Documentation on Event/Character Scripting</H1>
<B>Mark Ewert</B>
<A HREF="mailto:ewert%40reflexnet.net"
TITLE="[Nel] Documentation on Event/Character Scripting">ewert@reflexnet.net</A><BR>
<I>Sat, 10 Feb 2001 18:37:57 -0500</I>
<P><UL>
<LI> Previous message: <A HREF="000187.html">[Nel] Compilation under VC6</A></li>
<LI> Next message: <A HREF="000186.html">[Nel] Documentation on Event/Character Scripting</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#184">[ date ]</a>
<a href="thread.html#184">[ thread ]</a>
<a href="subject.html#184">[ subject ]</a>
<a href="author.html#184">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>This is a multi-part message in MIME format.
------=_NextPart_000_0019_01C09390.966EEE80
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
It took me awhile to finally compile 0.2 of nevrax.org for windows, but =
after numerous patches (some of them blatant kludges) I was able to =
compile both the client and server.
I thought an interesting first step to working with nevrax would be to =
add events/characters in the current environment. I have briefly skimmed =
the AI/scripting environment and I did not find any documentation on how =
to introduce events ? Any advice besides just reading through all the =
code ?
A side note, I found the documentation overall to be quite sparse. I'm =
sure this is something that will change as the project matures, but for =
new users/developers especially better documentation would be much =
appreciated. Of course, the lack of documentation could be a test ;)
Mark.
------=_NextPart_000_0019_01C09390.966EEE80
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#b8b8b8>
<DIV><FONT face=3DArial size=3D2>It took me awhile to finally compile =
0.2 of=20
nevrax.org for windows, but after numerous patches (some of them blatant =
kludges) I was able to compile both the client and server.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I thought an interesting first step to =
working with=20
nevrax would be to add events/characters in the current environment. I =
have=20
briefly skimmed the AI/scripting environment and I did not find any=20
documentation on how to introduce events ? Any advice besides just =
reading=20
through all the code ?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>A side note, I found the documentation =
overall to=20
be quite sparse. I'm sure this is something that will change as the =
project=20
matures, but for new users/developers especially better documentation =
would be=20
much appreciated. Of course, the lack of documentation could be a test=20
;)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Mark.</FONT></DIV></BODY></HTML>
------=_NextPart_000_0019_01C09390.966EEE80--
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000187.html">[Nel] Compilation under VC6</A></li>
<LI> Next message: <A HREF="000186.html">[Nel] Documentation on Event/Character Scripting</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#184">[ date ]</a>
<a href="thread.html#184">[ thread ]</a>
<a href="subject.html#184">[ subject ]</a>
<a href="author.html#184">[ author ]</a>
</LI>
</UL>
</body></html>
|