Alright I'm trying to match on:
Wood 8 gp 0 30 gp
so I created a trigger which is:
Wood * * gp * * gp
Which should then:
world.setvariable "woodprice", "%2"
But the problem is that my variable ends up getting:
8
Which I'm trying to do is match on the 8 but I don't want all the spaces... Any ideas?
Thanks
Hoss
Wood 8 gp 0 30 gp
so I created a trigger which is:
Wood * * gp * * gp
Which should then:
world.setvariable "woodprice", "%2"
But the problem is that my variable ends up getting:
8
Which I'm trying to do is match on the 8 but I don't want all the spaces... Any ideas?
Thanks
Hoss