mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 14:44:58 +00:00
Renamed $Trainer to $player
This commit is contained in:
@@ -16,7 +16,7 @@ def pbLottery(winnum,nameVar=2,positionVar=3,matchedVar=4)
|
||||
winpoke=nil
|
||||
winpos=0
|
||||
winmatched=0
|
||||
for i in $Trainer.party
|
||||
for i in $player.party
|
||||
thismatched=0
|
||||
id=i.owner.public_id
|
||||
for j in 0...5
|
||||
|
||||
Reference in New Issue
Block a user