can some 1 plz help me or give me a working code 4 a Cut Scene
to implment in my game just lock the usr and let him see the stuff but ... its a mulitplayer game and iam not sure how i would do this too maby make it a mob layer ??
thx
Zog
ID:270273
![]() Feb 25 2006, 8:03 am
|
|
![]() Feb 25 2006, 8:04 am
|
|
Look up client.eye
|
ok ill take a look now
how do i make the cut scene for example: you walk to lets say a king then he moves side to side then asks 4 your help how would i do that. |
Put some sort of trigger area around the king. When a mob steps in that area, make the king step() left and right. Then move the king towards the mob that Entered() the area and proceed with your "ask 4 help" code.
|