|
发表于 2009-8-23 10:51:35
|
显示全部楼层
爱、正义与和平
你能放弃其中一个你会选哪个 ,
call GroupAddUnit( <thegroup>, <爱> )
call GroupAddUnit( <thegroup>, <正义> )
call GroupAddUnit( <thegroup>, <和平> )
call RemoveGroup( <thegroup> )
你想放弃其中一个你会选哪个 ,
call GroupAddUnit( <thegroup>, <爱> )
call GroupAddUnit( <thegroup>, <正义> )
call GroupAddUnit( <thegroup>, <和平> )
call RemoveGroup( <thegroup> )
你只能选其中一个你会选哪个 ,
set <thegroup> = CreateGroup()
call GroupAddUnit( <thegroup>, <爱> )
call GroupAddUnit( <thegroup>, <正义> )
call GroupAddUnit( <thegroup>, <和平> )
你只能得到其中一个你会选哪个 ,
set <thegroup> = CreateGroup()
call GroupAddUnit( <thegroup>, <爱> )
call GroupAddUnit( <thegroup>, <正义> )
call GroupAddUnit( <thegroup>, <和平> )
作弊的方法。 |
|