Page 2 of 2

Re: Best Programming Language Ever!

Posted: Wed Oct 30, 2013 2:55 pm
by hawkiee552
##<! Romeo outside >

if {npc_romeo;} = "false"
   then {npc_juliet;npc_romeo} = "silent"

##<! Romeo enters >

if {npc_romeo;} = "true"
   then {npc_juliet;npc_romeo} = "talking"; run scripts/npc/romeo_intro.ain;scripts/npc/juliet_intro.ain

##<! Dialouge starts >

[...]


Made my own script

10.01.19 btw hello INFRA community

Re: Best Programming Language Ever!

Posted: Fri Nov 01, 2013 9:14 pm
by Port_A_Build
hawkiee552 wrote:##<! Romeo outside >

if {npc_romeo;} = "false"
   then {npc_juliet;npc_romeo} = "silent"

##<! Romeo enters >

if {npc_romeo;} = "true"
   then {npc_juliet;npc_romeo} = "talking"; run scripts/npc/romeo_intro.ain;scripts/npc/juliet_intro.ain

##<! Dialouge starts >

[...]



Made my own script
Am I looking at Romeo and Juliet... in a Sourcemod?

Re: Best Programming Language Ever!

Posted: Sat Nov 02, 2013 1:53 am
by hawkiee552
Port_A_Build wrote:
hawkiee552 wrote:##<! Romeo outside >

if {npc_romeo;} = "false"
   then {npc_juliet;npc_romeo} = "silent"

##<! Romeo enters >

if {npc_romeo;} = "true"
   then {npc_juliet;npc_romeo} = "talking"; run scripts/npc/romeo_intro.ain;scripts/npc/juliet_intro.ain

##<! Dialouge starts >

[...]



Made my own script
Am I looking at Romeo and Juliet... in a Sourcemod?
That's the idea, but I bet that script won't work at all. Just for the shows :?