##<! 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
Best Programming Language Ever!
- hawkiee552
- FADW Moderator
- Posts: 426
- Joined: Wed Jan 02, 2013 11:43 am
- Location: Norway
- Contact:
Re: Best Programming Language Ever!
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.
-
- Posts: 190
- Joined: Mon Jun 24, 2013 11:20 am
Re: Best Programming Language Ever!
Am I looking at Romeo and Juliet... in a Sourcemod?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
- hawkiee552
- FADW Moderator
- Posts: 426
- Joined: Wed Jan 02, 2013 11:43 am
- Location: Norway
- Contact:
Re: Best Programming Language Ever!
That's the idea, but I bet that script won't work at all. Just for the showsPort_A_Build wrote:Am I looking at Romeo and Juliet... in a Sourcemod?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
You can call me Hawkie. I love audio-, video-, and network-equipment.