1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- # dinmother
- $d_mother[1]={
- !scandal with my mother
-
- if mothersorryday!daystart:
- act
- cla
- menu_off = 1
- mothersorryday=daystart
- npc_rel[
- gs
-
- act
- end
- end
- }
- $d_mother[2]={
- !strained relations
-
- if mothersorryday!daystart:
- act
- cla
- menu_off = 1
- mothersorryday=daystart
- npc_rel[
- gs
-
- act
- end
- end
- }
- $d_mother[3]={
- !good relationship
- motherTalk = rand (1,10)
- if motherTalk = 1:
-
- end
- if motherTalk = 2:
-
-
-
- end
- if motherTalk = 3:
-
- end
- if motherTalk = 4:
-
- end
- if motherTalk = 5:
-
- end
- if motherTalk = 6:
-
- end
- if motherTalk = 7:
-
- end
- if motherTalk = 8:
-
- end
- if motherTalk = 9:
-
- end
- if motherTalk = 10:
-
- end
- }
- $d_mother[4] = {
- *clr
- $result =
- }
- $d_mother[5] = {
- *clr
- $result =
- }
- $d_mother[6] = {
- *clr
- $result =
- }
- $d_mother[7] = {
- *clr
- $result =
- }
- $d_mother[8] = {
- *clr
- $result =
- }
- --- dinmother ---------------------------------
|