# This is a ComLabGames game description file. ModuleClass = clg.efg.EfgModule ModuleVersion = 0.1 # Game information Title = "Seeking a partner for a new venture" Description = "" WindowWidth = 1032 WindowHeight = 748 IndexNodes = false LevelPayoffs = true LabelPayoffs = false # Roles roles = 3 r0 = Entrepreneur r0.clrid = 1 r1 = "Potential partner" r1.clrid = 2 r2 = "Is there an opportunity?" r2.clrid = 0 # Nodes nodes = 20 stages = 1 n0 = d n0.role = 2 l0.src = -1 l0.txt = Entrepreneurship s0.id = S1 s0.markov = 0 t0 = [\0, 1] n1 = d n1.role = 0 l1.src = 0 l1.txt = "0.1 Yes there is " n2 = d n2.role = 0 l2.src = 0 l2.txt = "0.4 No there is not " n3 = d n3.role = 0 l3.src = 0 l3.txt = "0.5 It seems unclear " n4 = d n4.role = 1 l4.src = 1 l4.txt = "Invite a partner" n5 = p n5.poff = [8, 0] l5.src = 1 l5.txt = "Go solo" n6 = d n6.role = 1 l6.src = 2 l6.txt = "Invite a partner" n7 = p n7.poff = [0, 0] l7.src = 2 l7.txt = "Go solo" n8 = d n8.role = 1 l8.src = 3 l8.txt = "Invite a partner" n9 = d n9.role = 2 l9.src = 3 l9.txt = "Go solo" n10 = p n10.poff = [20, 10] l10.src = 4 l10.txt = Accept n11 = p n11.poff = [0, 0] l11.src = 4 l11.txt = Decline n12 = p n12.poff = [5, -5] l12.src = 6 l12.txt = Accept n13 = p n13.poff = [0, 0] l13.src = 6 l13.txt = Decline n14 = d n14.role = 2 l14.src = 8 l14.txt = Accept n15 = p n15.poff = [0, 0] l15.src = 8 l15.txt = Decline n16 = p n16.poff = [8, 0] l16.src = 9 l16.txt = "0.2 Yes there is " n17 = p n17.poff = [0, 0] l17.src = 9 l17.txt = "0.8 No there is not " n18 = p n18.poff = [20, 10] l18.src = 14 l18.txt = "0.2 Yes there is " n19 = p n19.poff = [5, -5] l19.src = 14 l19.txt = "0.8 No there is not " # Groups groups = 1 g0 = [4, 6, 8]