HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

call RemoveLocation() function for ROC

03-15-2007, 08:31 AM#1
nomorholywar
I've seen peoples triggers, especially slide triggers, where they add the line "custom script: blah blah xyz". Is this custom script event in triggers available to put in ROC, and if yes, how?..... or is it again only for TFT World Edit?
03-15-2007, 08:58 AM#2
Av3n
... FFS BUY TFT!

-Av3n
03-15-2007, 09:23 AM#3
Earth-Fury
You will get much hostility when trying to make maps for RoC. Because RoC sucks and noone wants to deal with it.

You need to convert triggers completely to custom text. (Jass) check my sig for tutorials on this programing language.

Edit: And please just edit posts in your other threads, or reply to them (DO NOT DOUBLE POST) if you have additional small questions. One should not often be the OP (origional poster) for 3 consecutive threads in this forum.
03-15-2007, 04:36 PM#4
The)TideHunter(
Quote:
Originally Posted by Earth-Fury
You will get much hostility when trying to make maps for RoC. Because RoC sucks and noone wants to deal with it.

You need to convert triggers completely to custom text. (Jass) check my sig for tutorials on this programing language.

Edit: And please just edit posts in your other threads, or reply to them (DO NOT DOUBLE POST) if you have additional small questions. One should not often be the OP (origional poster) for 3 consecutive threads in this forum.

Ehum, you are completly not helping him what so ever.
He is asking if you can use RemoveLocation() for RoC, and your saying learn Jass. Now, to me that makes no sense at all.

And towards nomorholywar, try it. Add a custom script block to your trigger, and add the line call RemoveLocation(null), if you don't get a error, then yes you can.
If there isnt a Custom Script block in GUI for RoC, convert to Jass, and anywhere in any exsisting function, add the same line.
Errors = function isnt in RoC.
03-15-2007, 04:46 PM#5
Earth-Fury
Quote:
Originally Posted by Vexorian
There is no native that only works in TFT.

...

It doesn't work in GUI because blizzard added a check for GUI triggers that are supposedly TFT only.

But in Jass it works, I am 100% sure, even multiboards work in RoC with Jass.
http://wc3campaigns.net/showthread.php?t=92528

In another thread of his creation. So im presuming he has some issues with understanding JASS.
03-15-2007, 05:08 PM#6
The)TideHunter(
Never heard that before.
I thought the common.j would be outdated in RoC, as it gets patched in TFT when you install.
03-15-2007, 05:17 PM#7
Vexorian
you just need a latest RoC patch to have access to all natives.

Also, RemoveLocation was there even in the initial RoC times, so this question WAS about Jass.
03-16-2007, 03:51 PM#8
The)TideHunter(
Quote:
Originally Posted by Vexorian
Also, RemoveLocation was there even in the initial RoC times, so this question WAS about Jass.

Not neccersary, just because you know that it was in initial RoC doesnt mean he did.
03-16-2007, 11:48 PM#9
nomorholywar
Thanks TideHunter. I guess since theres no way to add a custom script block I'll have to 'convert trigger to custom text' and just paste the JASS line in eh?
I'll figure it out.