![]() |
GGRRRrrrrr.....
this is my 3RD post on this subject!!!!
no one will help me.... I need the script to make a menu thing like in the graal 2001 chothes helper weapon......(the thing that cost 100g) i need a weapon so when i fire it, it will have 6-9 choses.. please help |
u got help on how to do it, but noone will do it for u
what u normally need again: showimg index,@text here,x,y; a timeoutout and keydown-event... next thing, u wanted to have it like the one Liquid made in his Space-game so just watch the code and how he did it (just say watch how he did it not copy his code!!!) |
I personally suggest the use of this:
NPC Code: thats for the cursor that points out your items. |
I made one for the N-Pulse warper, inspired from Shadow Knight's old warper for N-Pulse.
|
um..
I do not understand.
how do I activate the script? if (created) { this.maxsel=6; // The starting X Position of the menu; this.startx = 5; // The starting Y Position of the menu; this.starty = 100; } if (timeout) { if (keydown(0)&&this.place>0) {this.place--;} if (keydown(2)&&this.place<this.maxsel) {this.place++;} showimg 401,@#-->,this.startx,this.starty+ (this.place*10); changeimgvis 401,4; changeimgzoom 401,.5; timeout=.05; } |
mess w/ x,y's to change things around .. and yah u can use a loop but this is simple to understand..
NPC Code: |
ooops, lol i forgot to put the timeout in mine...lol
|
| All times are GMT +2. The time now is 10:01 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.