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
|
In response to Mysame
|
|
One minor problem, client.eye isn't a proc.
|
In response to AznxX
|
|
Euh, right, was kinda confused when typing that.. Editted ^^;
|
In response to Mysame
|
|
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. |
In response to Zog 200
|
|
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.
|
In response to DeathAwaitsU
|
|
could u gaive me a snippet of that code cause i have no idea how to do that >.>
|
In response to Zog 200
|
|
In which case you should learn the DM Guide because that's just basic stuff like calling procs.
|