troubleshout
This commit is contained in:
parent
2c6a482063
commit
3742c116a7
1 changed files with 2 additions and 2 deletions
|
@ -1760,12 +1760,12 @@
|
||||||
<STRING>// $botEid, $playerEid</STRING>
|
<STRING>// $botEid, $playerEid</STRING>
|
||||||
<STRING>BCaddPlayer(){</STRING>
|
<STRING>BCaddPlayer(){</STRING>
|
||||||
<STRING> BCP = 0;</STRING>
|
<STRING> BCP = 0;</STRING>
|
||||||
<STRING> $tttt = "v0 = " + v0;</STRING>
|
|
||||||
<STRING> ()phraseEndSystemMsg(0, "shout", $tttt);</STRING>
|
|
||||||
<STRING> switch(v0){</STRING>
|
<STRING> switch(v0){</STRING>
|
||||||
<STRING> case 0:{ // No one is fishing</STRING>
|
<STRING> case 0:{ // No one is fishing</STRING>
|
||||||
<STRING> v0 = 1; // P1 is now fishing</STRING>
|
<STRING> v0 = 1; // P1 is now fishing</STRING>
|
||||||
<STRING> v1 = 0; // etat initial < 1000, fishing >= 1000</STRING>
|
<STRING> v1 = 0; // etat initial < 1000, fishing >= 1000</STRING>
|
||||||
|
<STRING> ()phraseEndSystemMsg(0, $botEid);</STRING>
|
||||||
|
<STRING> ()phraseEndSystemMsg(0, $botFamily);</STRING>
|
||||||
<STRING> ()setNamedEntityProp($botEid, "state", $botFamily); // botFamily requirement</STRING>
|
<STRING> ()setNamedEntityProp($botEid, "state", $botFamily); // botFamily requirement</STRING>
|
||||||
<STRING> BCP = 1;</STRING>
|
<STRING> BCP = 1;</STRING>
|
||||||
<STRING> ()phraseEndSystemMsg(0, "shout", "0 => 1 => avant");</STRING>
|
<STRING> ()phraseEndSystemMsg(0, "shout", "0 => 1 => avant");</STRING>
|
||||||
|
|
Loading…
Reference in a new issue