Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Scripting Questions (https://forums.graalonline.com/forums/showthread.php?t=10742)

LilNiglet 08-30-2001 03:24 AM

Scripting Questions
 
Short and sweet...

1. Is tiledef2 the way to add tiles? And how do i use it?

2. What about no-pausing zones?

3. Whenever I make a gani and attempt to use it in Graal (offline), i cannot get it to work... can someone help me out?

Bai

AlexH 08-30-2001 03:27 AM

1. dunno
2. use a spar zone
3. use setani ANINAME,GFXS Iit uses; or
setcharani " " " " " " "

Torankusu 08-30-2001 06:00 AM

there is a tiledef txt file in the graal folder..

1. Look in "levels/tiledefs" for some examples..
2. put a blank NPC with "sparringzone" only in it.
3. use setani ganiname,;

LilNiglet 08-30-2001 06:02 AM

Quote:

Originally posted by Torankusu
there is a tiledef txt file in the graal folder..

1. Look in "levels/tiledefs" for some examples..
2. put a blank NPC with "sparringzone" only in it.
3. use setani ganiname,;

Thanks! :spam: :spam:

Enigma_GP6 09-03-2001 07:55 AM

okeydokey..... try this script to make a gani:

if (playertouchsme){
toweapons Carrypeople;
}
if (weaponfired){
freezeplayer 2;
setani carrypeople.gani,;
destroy;
}
//End of script
try that and edit as you wish.

Silver Knight 09-03-2001 08:23 AM

So sad. Alright, I'll help you.
NPC Code:
//Created by Draco Darkwinds for Tupper Trenine
if (playertouchsme) {//for a npc's gani
setcharani carrypeople,;
//for player's gani use setani carrypeople,;}


Enigma_GP6 09-03-2001 09:39 AM

yeah, what he said.
-Rebel95


All times are GMT +2. The time now is 03:53 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.