View Single Post
  #4  
Old 10-07-2001, 09:32 PM
LilNiglet LilNiglet is offline
Registered User
Join Date: Jun 2001
Posts: 3,178
LilNiglet is on a distinguished road
Re: possesion script

Quote:
Originally posted by Death_Link
hey guys im makin a police script. Its a possesion script so when you hit the player they change to the meditation gani and you can control them.

i thaught it would be like:
if (weaponfired) {
shoot fireball;
player dir;

if (hitsplayer) {
setani meditation.gani

and then the ****roling part.
But that dosent work and i got ne idea what to do on the controling part. Can any1 help?
TONS of mistakes.
1. It would be shootfireball playerdir;
2. No such thing as hitsplayer
3. The person can easily get out of a gani, by pressing a direction.

I suggest learning GScript before trying to do it.
Reply With Quote