Jump to content

Home

[TSL]Unique placeables rules for inserting items w/o scripting


oldflash

Recommended Posts

Yes your explaination is exactly what i was looking for. Not exactly in this case to use in a GetLocation use, but that was because i didnt know you could :)

 

I tried to compile my first script yesterday and after some problems darth333 help me solve fix it. But i still had questions about "GetObjectByTag" which you jsut answered so my script can be changed from

CreateObject( OBJECT_TYPE_CREATURE, "n_hk50_01", Location(Vector(37.6546,-39.6384,9.5015), 0.0));

 

To, and the x,y,z are the same, that is the same location on the map

 

CreateObject( OBJECT_TYPE_CREATURE, "g_assassindrd02", GetLocation(GetObjectByTag("news_report", 0)), 0);

 

and to my eternal happiness the script compiled AND fired up in my mod, due to what i learned here

thank you

kdsphantom

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...