» TeamX (����� ������)«


����� TeamX » ���. ��������� » ������� (��� ������� �� ���������� - ����)

������� �� �����
<< ����. ����. >>
�������� ���� ���� [ 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 ] ��� ��������

 
Sokil
������������

������: ����
�����������: ���� 2004

�����: 120 ���������

������, ��� ������ �� �������� ������. �������� �����. ��������� ������������� � ����� ����������, � ���������� ��� ������ � ����� ��������� ��������, ����� ��� ����������, ��� �������, ��������.
� ������ ��� ������ ���������: ���������� ���� �����������, ����� �������, � ����� �������� ����� �����������, �� �����, ��� ��������� ����� � ������ �����. �, ����� ����� �������� ���, ���������� (��������������) ������.
��� ������� ��� �������� �������. �� ���������� ���� ���������� ���������, � ������� ������� ����(gfade_out), �������� ������������ �� ����� �����(critter_attempt_placement), ����� ���� ���������� � ���������� ������ ���������� ����.
�� �� ���� ��� �������� ��������! ���������� ���� �� ����� ����������� ������ �� �����������. � ��, ��� ��������� �����-�� ������������, ����� �������� ������ ����� ��� ������� ��� ������������ � ���� �������.
������, ������ ��� ��� �������� � ������������ ����. ������� � ��� � ���������� �������� ������ � ����� ��� ��������.
��� �� � ��� �������� �����, �� ������� ����� �������. � ���� ��������� ����������� �� ������������ �����, �� �������� �� ����������, ���� �� �� ������ �� ������� �����. ��� �� � �������� ������� ���� �����, ���� ����� ��������� ��� � ����.
�� ��� ��������, ��� ��� �� ���� ������� ����� ���������������. �� ����, � ������ ��� ������ ������� ������. �� ������ ��� �� �� �����������.
������ �������:
������ Node999 - ������ ���������, � ������ talk_p_proc ����������� ��� ��� ������ � �������� �������? � ������ ������ �� �������������, �� ��������� �����������, ��� ������� ���� ���� ���������� �� ������� � ������� ���������, � � ����� ����� start_dialog_at_node(Node���)?
����� ���� � ���� ��������� ��������� ������� ��������
gSay_End;
end_dialogue;
� ����� ����������?

� ��� ������, ������ �����, �� ���������� �� ��������������. � ���������� ����� ���������� ����� �������, ��� ������������? � ������� ������,
��� ��, ����� ���� �� ������ ������� ����,���������� �������� return. �� � ����� ������ ������ �������� ��������, ����� ���������_1
�������� ���������_2, �, ���� �� ��������������, ���������� ������������ ���������_1? � ��� ��� �������������?
��� ���� ������-�� ��������� call proc_XXX, ��� ��� ����� ��� goto XXX. ���� �������� �� ���������� ���.
�������� ������������ � ��������������, ���������� ����������.


����������: 6:23 - 11 ���., 2004
Raven
������������

������: ������
�����������: ����. 2004

�����: 408 ���������

>>������, ��� ������ �� �������� ������.

�� ���� ���������, �� ������ ���� ���-�� ����:
-------------------------------------
variable move;
variable already_moved;

<...>

procedure talk_p_proc begin
Start_gdialog(...);
gsay_start;
if not already_moved then call NodeStart;
else call NodeStart2;
gsa_end;
end_dialogue;

if move then begin
gfade_out(60);
move_to(self_obj,HEX,ELEV);
critter_attempt_placement(dude_obj,HEX,ELEV);
already_moved:=1;
gfade_in(60);
call talk_p_proc
end
end

<...>

procedure Node_SomeNode begin
<...>
move:=1;
call NodeExit
end

procedure NodeExit begin end
-------------------------------------

�.�. ������ ������ ��� ��� ������, ����� �������� �����, ����� ��������, ��� � ����� ������������ � ������ �����, ��������������� ���� "���������" � ������ ���������� ������ (�� - � ������� ���� - NodeStart2).

>>������ Node999 - ������ ���������, � ������ talk_p_proc ����������� ��� ��� ������ � �������� �������?

������� gsay_option ���������� ���������-���������� �������� ������ ��� ������������ ��������. ���� ��� ��������� ����� ������, �� ��������� ����� �� ������� call-��, ������ �� ������� call ����� gsay_* � talk_p_proc, ��� �������� � ������ �� ����������� ������. �� ������ ��������� ������, �� ���� ������.

Node999 (������������, �� �� ������������ ��� ��� ��������� ������) ����� ���� � �� ������. �������, ����� �� ���� *Reply � *Option.

>>��� ���� ������-�� ��������� call proc_XXX, ��� ��� ����� ��� goto XXX.

call - ��� � ���� ����� ������������. � ����������� ��� ������������ ���. ������������ ��������� � ���������� �������� (return). ��� ������, �� goto �� ������ ���� ������.

����������: 13:39 - 11 ���., 2004
Sokil
������������

������: ����
�����������: ���� 2004

�����: 120 ���������

to Raven
�������. ���� ����� �����������.
� ��������� ���������. ��� �� ��������� ��� �������������? ������������ ����?
�� �� ��, �� �������� ����� ����� �������� � ����:
====================
procrdure Node1 begin
Reply(XXX)
[option_1]; goto Node2
[option_2]; goto Node999
end

procrdure Node2 begin
[option_1]; goto Node999
end

procrdure Node999 begin
end

=========================
�� ����, �� Node1 ���������� ��������� � Node2, � ����� �� Node1 �������� Node2

��� ��� ������ ����������� �� ���������?
��� ������������ WG ��� ��� ��� critter_p_proc b talk_p_proc ���������� �������������., � �� ��������� - ���������.
�������, � ������ ����������?

����������: 14:30 - 11 ���., 2004
Raven
������������

������: ������
�����������: ����. 2004

�����: 408 ���������

----------------------------------------
procedure start begin end

procedure hi begin
 display_msg("Hi");
end

procedure talk_p_proc begin
 variable i;
while i<10 do begin call hi; i+=1; end
end
----------------------------------------

�� � ������ ����� goto?

gsay_option �������� �� �������. ���������-�������� �� ���������� call-��, ������ �� ��������� ���������� (��� �������� �� ��������� � ���������� ���������). � �� � ���������, ���� ��� �� �������� option-������ �� ������ ��������� (�.�. �� ������ ������ ���������) ���������� ����� �� ������� (������� � talk_p_proc).

� �����, ���������� ����� ������ �������� ������� �����, ��� ������� ������. �� ��� �� �����, � ����� ������ - �������� ������������, �������? �� �� �������� ������� ������.

��� ������������: ���� �����������, ���� (���������) �������, ���� ������� �� ���� ���� ������, ���� ���������������� ���������. ���� - ��� ���������.

����������: 6:45 - 12 ���., 2004
Net
������������

������: Samara
�����������: ���. 2004

�����: 8 ���������

������ ����� �����.
���������� � ���������.
������ �������� �� artemple.map, �������� ������ dura.int.
������� ����� ����. � ������ ������ ��� � �����. �� �������� �� description �� look_at �� talk.
��� �����?

����������: 23:29 - 6 ���., 2005
izuken
������ �����

������: mSk
�����������: ���. 2004

�����: 125 ���������

rtfm......

-----
��� ������ ������.
save the planet - kill self.

����������: 11:49 - 7 ���., 2005
Net
������������

������: Samara
�����������: ���. 2004

�����: 8 ���������

����� ������� rtfm. ��� ������ �������� ��� ��� �����.
������ ��� ��������:
���� �� ������������ define & include �� ����� �������� ��� �������������� � ��������� �������� BIS'������ ������������?


(���������� �� 14:02 - 7 ���., 2005.)


��� �������� � mstr. ����� underfined symbol.
������� ����������, ������ ��� � ������ ��������, � ����� ����� mstr.

����������: 12:18 - 7 ���., 2005
izuken
������ �����

������: mSk
�����������: ���. 2004

�����: 125 ���������

���� �� ������������ define & include �� ����� �������� ��� �������������� � ��������� �������� BIS'������ ������������?

��

��� �������� � mstr. ����� underfined symbol.

���� ��� �� �������� ������, mstr - ������. ���� � command.h, �� �� � define.h

� ������ ����....� ����� ������ �������� ���� �������� ������� �������. ��������, ��� �������� �� ��� ����� �� ������, ������ �����.

����� ����, ������ �������� ����� - ���� ���������� ���.....



-----
��� ������ ������.
save the planet - kill self.

����������: 15:17 - 7 ���., 2005
Net
������������

������: Samara
�����������: ���. 2004

�����: 8 ���������

Artemple.h
*************
#define MVAR_kill_dude (0)
*************

script.ssl
*************
procedure node6
begin
set_map_var(MVAR_kill_dude,1);
end
procedure critter_p_proc begin
 if map_var(MVAR_kill_dude)==1 then attack(dude_obj);
end
*************

�� ������� � ��� ���. ��� ������?

(��������������(�) Net - 23:06 - 7 ���., 2005)

����������: 16:16 - 7 ���., 2005
Sokil
������������

������: ����
�����������: ���� 2004

�����: 120 ���������

to Net
======
� ����� ��� ������? ���� �� �� ����� ������ ������������ � ��������, ������ �������� �������(.ssl) ���� ��������, ������� ����� � ����� � ����, ���������, ��� � ���� ��� ��������, ����� ����� ���� ���������, ����������� � ������� �������. ��� ������ �� ��������� ������ �������� ����� FSE (Fallout Script Editor).
������ - �������� ���������� ������. � rtfm!

����������: 20:01 - 8 ���., 2005
 

������� �� �����
<< ����. ����. >>
�������� ���� ���� [ 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 ] ��� ��������


Powered by Ikonboard 2.1.9 RUS
Modified by RU.Board Team
© 2000 Ikonboard.com