Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-12-2014, 04:19 PM
khortez khortez is offline
PrototypeX
khortez's Avatar
Join Date: Dec 2008
Posts: 91
khortez will become famous soon enough
referencing weapon objects

i wanted to trigger an event from another weapon. and whenever i reference the weapon, for whatever reason this works:

PHP Code:
 temp.test "Personal/khortez/Error_Report".DisplayMSG("test3"); 

but this doesn't?

PHP Code:
  temp.npc "personal/khortez/Error_Report";
  
temp.MSG temp.npc.DisplayMSG("test"); 

and this doesn't work either:

PHP Code:
temp.npc findweapon("personal/khortez/Error_Report");
temp.MSG temp.npc.DisplayMSG("test"); 
Do i have to type out the weapons name every time or is there anything easier?
Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:47 PM.


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