if--------------假如&用法
local.man = parm.other //任何人if (local.man.dmteam=="allies")//假如是盟军{do this1//做1}else{ do this3 //此外德军做3...}endlocal.man = parm.other //任何人if (local.man.dmteam=="axis")//假如是德军{do this2//做2}
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
if--------------假如&用法
local.man = parm.other //任何人if (local.man.dmteam=="allies")//假如是盟军{do this1//做1}else{ do this3 //此外德军做3...}endlocal.man = parm.other //任何人if (local.man.dmteam=="axis")//假如是德军{do this2//做2}
Recommended Comments