Best Programming Language Ever!

This is the forums to discuss about computers and general electronics, as for some of us, this is a major hobby!

Need any help with computers? Post and we will try to help to the best of our ability!
User avatar
hawkiee552
FADW Moderator
Posts: 426
Joined: Wed Jan 02, 2013 11:43 am
Location: Norway
Contact:

Re: Best Programming Language Ever!

Post 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
Last edited by hawkiee552 on Thu Jan 10, 2019 11:27 am, edited 1 time in total.
You can call me Hawkie. I love audio-, video-, and network-equipment.
Port_A_Build
Posts: 190
Joined: Mon Jun 24, 2013 11:20 am

Re: Best Programming Language Ever!

Post 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?
"Doing good is a pleasure, a joy beyond measure, a blessing of duty and love." - Will L. Thompson, Have I Done any Good?
Image
I'm Port_A_Build, the Portaller.

Come join the Kingdom at 24.21.3.62:27015. Complete with one of the most complicated gamemodes ever and a family friendly rule.
User avatar
hawkiee552
FADW Moderator
Posts: 426
Joined: Wed Jan 02, 2013 11:43 am
Location: Norway
Contact:

Re: Best Programming Language Ever!

Post 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 :?
You can call me Hawkie. I love audio-, video-, and network-equipment.
Post Reply