Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TYPEDEF with t_multi
Author Message
hctez
Apprentice
*

Posts: 11
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2012
Reputation: 0



Post: #1
TYPEDEF with t_multi
Hi im trying to add a TAG when a house is placed, like this:

Code:
[MULTIDEF 096]
DEFNAME=i_multi_house_patio_marble
Name=Large Marble Patio House
TYPE=T_MULTI
VALUE=192000
CATEGORY=Multis
SUBSECTION=Houses
DESCRIPTION=Large Marble Patio House
MULTIREGION=-7,-7,7,7
COMPONENT=i_door_metal, -4, 3, 4
COMPONENT=0677, -3, 3, 4
COMPONENT=i_sign_brass_2, 0, 7, 0

ON=@CREATE
TAG.SOME=<SRC.UID>

This works perfect, but if i do this:

Code:
[TYPEDEF t_multi]
ON=@CREATE
TAG.SOME=<SRC.UID>

It doesn't work

It's not a big deal because i can put the on=@create under every house script but i would like to know why the typedef isn't working

Thanks
(This post was last modified: 08-03-2012 05:41 AM by hctez.)
08-03-2012 05:40 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: TYPEDEF with t_multi
@Create never trigger on typedef if i am correct.

But anyway, when you place a multi , the owner/placer's UID is automatically stored in MORE1 of the multi
08-03-2012 05:59 AM
Find all posts by this user Like Post Quote this message in a reply
hctez
Apprentice
*

Posts: 11
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2012
Reputation: 0



Post: #3
RE: TYPEDEF with t_multi
Thanks that's really usefull
08-03-2012 06:09 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)