Graal Forums

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

Geovanie Legend 06-24-2001 07:35 AM

Show image
 
What's the script for showing an image on a sign, like if the player says get map how would you make it display the new map from the ftp.. i know it starts
if (playerchats && strequals(#c,get map)) {
script to show map on sign;
}
I just can't remember it, lol

KJS 06-24-2001 07:48 AM

I beleve
 
I beleve it is
#i(imagename)...

I am not positive...
I dont want to open up graal right now lol...
I think it is something like this though

say2 #i(block.gif);

CrazedMerlin 06-24-2001 07:52 AM

if (playerchats&&strequals(#c,Get map)) {say2 #i(map.gif);}
i think....

Metal-Slug 06-24-2001 08:01 AM

yes it would be it, is there a way to make it so is is centered? o, and u should make it a weapon
NPC Code:

if (playertouchsme) {
toweapons Map;
}

if (weaponfired) {
say2 #1(mapname.gif);
}


Geovanie Legend 06-24-2001 08:11 AM

no no no, i don't want it to be a weapon.. just forget it, i got someone helping me with it

Metal-Slug 06-24-2001 08:31 AM

well, we showed u

CrazedMerlin 06-24-2001 10:17 AM

in the sign put Tier' Dal map: #i(map.gif)


All times are GMT +2. The time now is 06:22 AM.

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