Код
;Artificial Intelligence Script:Trigger2lines
by TheStoryteller01 2012
;Header
desc=
This script only works with FPSC 1.18 or higher.
Made for trigger zones to freeze the player and display several text lines before he can move on.
Once displayed the trigger zone will be destroyed.
;Triggers
:mousestate=1:plraction=8
:state=0:state=1
:state=1,plrwithinzone=1:etimerstart,plrdisable=100000,state=2
:state=2:fpgcrawtextsize=24,fpgcrawtextfont=Courier New,fpgcrawtextr=150,fpgcrawtextg=150,fpgcrawtextb=150,fpgcrawtextx=50,fpgcrawtexty=90
:state=2:fpgcrawtext= ВАШ ТЕКСТ(ENGLISH)
:state=2,etimergreater=500,plrusingaction=1:etimerstart,state=9
:state=2,etimergreater=5000:etimerstart,state=9
:state=9:fpgcrawtextsize=24,fpgcrawtextfont=Courier New,fpgcrawtextr=150,fpgcrawtextg=150,fpgcrawtextb=150,fpgcrawtextx=50,fpgcrawtexty=90
:state=9:fpgcrawtext=ВАШ ТЕКСТ вторая строка(ENGLISH)
:state=9,etimergreater=500,plrusingaction=1:plrdisable=0,state=10
:state=9,etimergreater=5000:plrdisable=0,destroy
;End of Script