盗梦空间
/**************************************************************
人物:
Cobb,小李子
Mal,小李子老婆
Arthur,囧瑟夫
Ariadne,建筑系女学生
Saito,日本大老板
Eames,变形金刚
Yusuf,药剂师
Fischer,费公子——目标
stewardess,空姐
**************************************************************/
enum people
{
Cobb, Mal, Arthur, Ariadne, Saito, Eames, Yusef, Fischer, stewardess
}
reallife()
{
background = plane
dreamworld_1(kicker=stewardess)
{
dreamer = Eames
participant = Cobb, Arthur, Ariadne, Saito, Yusef, Fischer
background = minibus
Saito.getShot();
dreamworld_2(kicker=Eames)
{
dreamer = Arthur
participant = Cobb, Ariadne, Saito, Yusef, Fischer
background = hotel
dreamworld_3(kicker=Arthur)
{
dreamer = Yusef
participant = Cobb, Ariadne, Saito, Fischer
background = snowFort
Mal.show();
Fischer.loseConsciousness();
Mal.gone();
Saito.die();
Saito.toLimbo();
dreamworld_4(kicker=Yusef)
{
dreamer = Ariadne
participant = Cobb, Fischer
Mal.show();
Fischer.back();
Mal.getShot();
Cobb.getStabbed();
Cobb.toLimbo();
}
Fischer.openSafe();
}
}
}
//no kicker, so you must realize it's a dream and die to get out
dreamworld_limbo()
{
dreamer = mixed
}
}
人物:
Cobb,小李子
Mal,小李子老婆
Arthur,囧瑟夫
Ariadne,建筑系女学生
Saito,日本大老板
Eames,变形金刚
Yusuf,药剂师
Fischer,费公子——目标
stewardess,空姐
**************************************************************/
enum people
{
Cobb, Mal, Arthur, Ariadne, Saito, Eames, Yusef, Fischer, stewardess
}
reallife()
{
background = plane
dreamworld_1(kicker=stewardess)
{
dreamer = Eames
participant = Cobb, Arthur, Ariadne, Saito, Yusef, Fischer
background = minibus
Saito.getShot();
dreamworld_2(kicker=Eames)
{
dreamer = Arthur
participant = Cobb, Ariadne, Saito, Yusef, Fischer
background = hotel
dreamworld_3(kicker=Arthur)
{
dreamer = Yusef
participant = Cobb, Ariadne, Saito, Fischer
background = snowFort
Mal.show();
Fischer.loseConsciousness();
Mal.gone();
Saito.die();
Saito.toLimbo();
dreamworld_4(kicker=Yusef)
{
dreamer = Ariadne
participant = Cobb, Fischer
Mal.show();
Fischer.back();
Mal.getShot();
Cobb.getStabbed();
Cobb.toLimbo();
}
Fischer.openSafe();
}
}
}
//no kicker, so you must realize it's a dream and die to get out
dreamworld_limbo()
{
dreamer = mixed
}
}
还没人赞这篇日记