Graal Forums  

Go Back   Graal Forums > Search Forums
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: fowlplay4
Forum: NPC Scripting 09-10-2011, 10:47 PM
Replies: 15
Views: 5,755
Posted By fowlplay4
A class is basically just for pasting functions...

A class is basically just for pasting functions into your script/weapon/level-npc. It doesn't actually exist as anything until it's joined to an DB-NPC Weapon-NPC, Level-NPC, or an object.

By...
Forum: NPC Scripting 09-10-2011, 10:21 PM
Replies: 15
Views: 5,755
Posted By fowlplay4
I already displayed my method of doing so.

I already displayed my method of doing so.
Forum: NPC Scripting 09-10-2011, 10:13 PM
Replies: 15
Views: 5,755
Posted By fowlplay4
An actual weapon NPC. I misread your post...

An actual weapon NPC.

I misread your post but I feel if you're going to use D/keydown(4) to equip/unequip weapons you should use a different key to actually fire the weapon otherwise why even...
Forum: NPC Scripting 09-10-2011, 09:59 PM
Replies: 15
Views: 5,755
Posted By fowlplay4
Make a system npc to manage the equipping and...

Make a system npc to manage the equipping and un-equipping. I.e:

-System/Equipment


//#CLIENTSIDE
public function equip(wep) {
if (isEquipped(wep)) {
unequip();
} else {
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT +2. The time now is 08:33 PM.


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