mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-11 06:54:43 +02:00
Implemented the ending portion of the guildleve.
This commit is contained in:
parent
cd0bb10ef6
commit
e5afe8791b
7 changed files with 88 additions and 0 deletions
|
@ -28,5 +28,10 @@ function main(thisDirector)
|
|||
thisDirector:UpdateAimNumNow(0, 2);
|
||||
wait(3);
|
||||
thisDirector:UpdateAimNumNow(0, 3);
|
||||
wait(3);
|
||||
thisDirector:UpdateAimNumNow(0, 4);
|
||||
|
||||
wait(2);
|
||||
thisDirector:EndGuildleve(true);
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue