View Single Post
  #1  
Old 06-09-2013, 12:31 AM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
Gani movie, or Script?

Okay, I was playing around with Gani Movie. But when I entered Movie Mode all the sprites cleared. Okay so I placed 1 hat down. I made it move but the questions are, how do I make it for example say something like chat? Does it automatically use walk ani for walking and what if I don't want it to.

So I immediately decided scripting was probably going to be way way easier. Turns out I was half right, very very simple. Theres only 1 catch. I was unable to change the appearance of the char gani after doing it. So maybe someone has some ideas to an alternative to gani movies for making cut scenes.

If I can generate some feedback, I may attempt to build a tool that can later be released to help other servers do this.

Here is what I was trying:
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
temp.obj showani(10player.xplayer.y-3player.dirplayer.ani"");
  
temp.obj.head "head25.png";

This, however does not work tho And I would still not be able to set chat
Reply With Quote