diff options
Diffstat (limited to 'npc/custom/adoption.txt')
-rw-r--r-- | npc/custom/adoption.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/custom/adoption.txt b/npc/custom/adoption.txt index 7c90a1772..fc31e0d5e 100644 --- a/npc/custom/adoption.txt +++ b/npc/custom/adoption.txt @@ -49,10 +49,10 @@ //= Use "Upper==2" insread of event_adopted //========================================================= -prt_church.gat,115,122,0 warp prtch03 1,2,prt_church.gat,164,171 -prt_church.gat,162,171,0 warp prtch01-3 1,2,prt_church.gat,113,122 +prt_church,115,122,0 warp prtch03 1,2,prt_church,164,171 +prt_church,162,171,0 warp prtch01-3 1,2,prt_church,113,122 -prt_church.gat,166,176,3 script Adoption Man 61,{ +prt_church,166,176,3 script Adoption Man 61,{ //If u're a GM you can always reset current Adoption process if(getgmlevel()>=90) { @@ -130,7 +130,7 @@ A_YouBaby: close; } -prt_church.gat,172,177,3 script Adoption Lady 103,{ +prt_church,172,177,3 script Adoption Lady 103,{ if (Upper==2) goto A_YouBaby; if (getchildid()>0 && getskilllv(410)<=0) goto A_GetSkill; if (getchildid()>0) goto A_Already; @@ -207,7 +207,7 @@ A_Wedringpassed: next; deltimer "timeadopt::OnAdopt"; addtimer 300000,"timeadopt::OnAdopt"; - areaannounce "prt_church.gat",0,0,350,350,"Can I please see "+$@ParentTwo$+" please",0; + areaannounce "prt_church",0,0,350,350,"Can I please see "+$@ParentTwo$+" please",0; mes "[Inanna]"; mes "Can you now please wait for me to call you again, thank you."; close; @@ -274,7 +274,7 @@ A_YesBaby: addtimer 300000,"timeadopt::OnAdopt"; mes "[Inanna]"; mes "Thank you, can you please wait with your partner, and wait to be called back."; - areaannounce "prt_church.gat",0,0,350,350,"Can I please see "+$@Baby$+", please",0; + areaannounce "prt_church",0,0,350,350,"Can I please see "+$@Baby$+", please",0; close; A_FinalTest: deltimer "timeadopt::OnAdopt"; @@ -318,7 +318,7 @@ A_Ready: mes "I have no objections to you being adopted."; mes "Before you can be adopted I will need to see your parents, and you, one last time."; set $@FinalQuestion,1; - areaannounce "prt_church.gat",0,0,350,350,"Can I please see all people involved with this adoption please",0; + areaannounce "prt_church",0,0,350,350,"Can I please see all people involved with this adoption please",0; deltimer "timeadopt::OnAdopt"; addtimer 300000,"timeadopt::OnAdopt"; close; @@ -454,7 +454,7 @@ THEEND: end; } -prt_church.gat,165,175,0 script timeadopt -1,{ +prt_church,165,175,0 script timeadopt -1,{ OnAdopt: callfunc "AdoptReset","too much time has passed between steps"; end; @@ -468,11 +468,11 @@ function script AdoptReset { set $@GenderBaby$, null; set $@FinalQuestion, 0; set $@CheckAll, 0; - areaannounce "prt_church.gat",0,0,350,350,"The adoption has been canceled because "+getarg(0),0; + areaannounce "prt_church",0,0,350,350,"The adoption has been canceled because "+getarg(0),0; return; } -prt_church.gat,165,166,6 script Teacher 97,{ +prt_church,165,166,6 script Teacher 97,{ mes "[Mario]"; if (Upper==2 && (getskilllv(408)<=0 || getskilllv(409)<=0)) goto L_Teach; if (Upper==2) mes "Hello, baby! How are you?"; @@ -500,4 +500,4 @@ L_Cancel: mes "[Mario]"; mes "Bye bye!"; close; -} +}
\ No newline at end of file |