Difference between revisions of "Linked List Tutorial"

3 bytes added ,  22:28, 18 May 2006
m
imported>Tegid
(Fixed some small script issues. Added Queue section.)
imported>Tegid
Line 304: Line 304:
end</pre>
end</pre>


In both version we still need to handle someone ASKING for data, so we also add this if block inside the OnActivate block.
In both versions, we still need to handle someone ASKING for data.  So we also add this if block inside the OnActivate block.
<pre>
<pre>
   if (dataRequest)
   if (dataRequest)
Anonymous user