Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-27-2005, 01:33 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
setshape2 in the editor

Whenever I do a setshape2 call in an NPC in the GraalEditor, it doesn't let me select the NPC again, after I close the script dialog. It's simliiar to the soccerball apearing in house2.graal or whatever awhile ago.

Anyone know how to fix this?
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
  #2  
Old 01-27-2005, 01:41 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by ApothiX
Whenever I do a setshape2 call in an NPC in the GraalEditor, it doesn't let me select the NPC again, after I close the script dialog. It's simliiar to the soccerball apearing in house2.graal or whatever awhile ago.

Anyone know how to fix this?
Any setshape2 or only bugged calls (without blocking parts) ?
Reply With Quote
  #3  
Old 01-27-2005, 01:59 AM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
just open the .nw file with notepad and fix it

it's easier to edit NPCs with notepad anyway, I think
__________________

Reply With Quote
  #4  
Old 01-27-2005, 05:33 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Stefan
Any setshape2 or only bugged calls (without blocking parts) ?
Any setshape2, as far as I know


Quote:
Originally Posted by Evil_Trunks
just open the .nw file with notepad and fix it
That is not a solution to the problem
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
  #5  
Old 01-27-2005, 06:50 AM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
Quote:
Originally Posted by ApothiX
Any setshape2, as far as I know
only ones with all nonblocking tiles, as far as I know
I have just tested this
are you are using the command correctly?
Quote:
Originally Posted by ApothiX
That is not a solution to the problem
maybe not, but the editor does the same thing for transparent parts of images, etc. where you can't select the NPC unless you click on a blocking part
__________________

Reply With Quote
  #6  
Old 01-27-2005, 11:25 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Evil_Trunks
only ones with all nonblocking tiles, as far as I know
I have just tested this
are you are using the command correctly?
Ah, so you are right, It only does that if you use all nonblocking tiles, I must have been using the command incorrectly before xD
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
  #7  
Old 01-29-2005, 04:52 PM
Malinko Malinko is offline
Unholy Nation
Join Date: Mar 2004
Location: Massachusetts, U.S.A.
Posts: 1,782
Malinko is on a distinguished road
Send a message via AIM to Malinko
Well if you do:
NPC Code:

//#CLIENTSIDE
if (created) {
setshape2 3,3,{
3,3,3,
3,3,3,
3,3,3;
}
}



Then you can select the NPC.

Though, if you do:
NPC Code:

//#CLIENTSIDE
if (created) {
setshape2 3,3,{
3,3,
3,3,
3,3;
}
}


Then you can't select the NPC, because you didn't really fill in the width and height.

Don't know if that makes sense on how I explained it, but try it, and you will see.
Reply With Quote
Reply


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:14 PM.


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